style: 💄 Nascondi scrollbar durante la chiusura del drawer

This commit is contained in:
Maicol Battistini 2023-12-11 15:06:13 +01:00
parent 3d5b587042
commit ac00f29786
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -272,6 +272,10 @@ export default class NavDrawer extends LitElement {
box-sizing: border-box;
}
.body:not(.open) .scroll-wrapper {
overflow: hidden;
}
.pane .scroll-wrapper {
padding-block: var(--nav-drawer-pane-spacing, 28px);
}