Fix double scrollbar in Chrome / Safari (#1624)

* Fix double scrollbar

* fix dialog double scroll

* try `hidden`

* try `clip` this time

* remove extra newline (thx, prettier ❤️)

---------

Co-authored-by: lindsaym-fa <dev@lindsaym.design>
This commit is contained in:
Konnor Rogers
2025-10-23 15:59:58 -04:00
committed by GitHub
parent 95fb68c7fa
commit 0f6cf33020

View File

@@ -252,8 +252,9 @@ wa-button.delete {
padding-bottom: 1rem;
}
wa-page::part(drawer__dialog),
wa-page::part(menu) {
scrollbar-width: thin;
overflow: clip;
}
/* smaller viewports-based navigation */