fix dialog double scroll

This commit is contained in:
konnorrogers
2025-10-17 13:06:18 -04:00
parent 9fb1959094
commit bdfa1bb149

View File

@@ -252,6 +252,8 @@ wa-button.delete {
padding-bottom: 1rem;
}
wa-page::part(drawer__dialog),
wa-page::part(menu) {
overflow: unset;
}