Fix scrollbar gap: match html bg to body
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<style>
|
<style>
|
||||||
#search-wrapper { position: relative; width: 100%; }
|
#search-wrapper { position: relative; width: 100%; }
|
||||||
#search-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 50; }
|
#search-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 50; }
|
||||||
html { overflow-y: scroll; }
|
html { overflow-y: scroll; background: var(--fallback-b1, oklch(var(--b1)/1)); }
|
||||||
main { max-width: 1100px; margin: 0 auto; padding: 1.5rem 1rem; }
|
main { max-width: 1100px; margin: 0 auto; padding: 1.5rem 1rem; }
|
||||||
.icon-sm { width: 16px; height: 16px; flex-shrink: 0; }
|
.icon-sm { width: 16px; height: 16px; flex-shrink: 0; }
|
||||||
.icon-xs { width: 12px; height: 12px; flex-shrink: 0; }
|
.icon-xs { width: 12px; height: 12px; flex-shrink: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user