Skip to content

Commit

Permalink
Remove scrollbar and limit height
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 8, 2024
1 parent 0e076ca commit 8fd3489
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}

.autocomplete-suggestions.previewing:has(.selected) {
max-height: 900px;
max-height: 80vh;
}

.autocomplete-suggestions.previewing:has(.selected) .autocomplete-suggestion:not(.selected) {
Expand Down
1 change: 1 addition & 0 deletions assets/css/preview.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body.preview {
--sidebarWidth: 0px;
overflow: hidden;
}

body.preview .content {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 8fd3489

Please sign in to comment.