Skip to content

Commit

Permalink
fix(css): overflow overlay not supported on gecko
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jun 9, 2020
1 parent 042f5c4 commit cca7700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Expand Up @@ -295,6 +295,7 @@ html[data-theme='dark'] {
var(--docsearch-modal-height) - var(--docsearch-searchbox-height) -
var(--docsearch-spacing) - var(--docsearch-footer-height)
);
overflow-y: auto; /* firefox */
overflow-y: overlay;
padding: 0 var(--docsearch-spacing);
scrollbar-color: var(--docsearch-muted-color)
Expand Down

0 comments on commit cca7700

Please sign in to comment.