We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc3cbf commit 0308ccbCopy full SHA for 0308ccb
assets/sass/search.scss
@@ -19,6 +19,9 @@
19
20
.pagefind-ui__results-area {
21
margin-top: 0;
22
+ max-height: 50vh;
23
+ padding: 0 1rem;
24
+ overflow-y: scroll;
25
}
26
27
.pagefind-ui__results li:last-child {
@@ -63,14 +66,13 @@
63
66
64
67
.pagefind-ui__drawer {
65
68
background-color: var(--bg-default);
- padding: 0 1rem;
69
+ padding: 0;
70
overscroll-behavior: contain;
- overflow-y: scroll;
71
+ overflow: hidden;
72
position: absolute;
73
top: 7rem;
74
width: 100%;
75
z-index: 6;
- max-height: 50vh;
76
border: var(--border);
77
border-radius: 0 0 var(--border-radius-l) var(--border-radius-l);
78
0 commit comments