Ensure drawer content is hidden.

This commit is contained in:
Dermot Duffy
2022-03-26 08:27:30 -07:00
parent b49081c5c8
commit a8770ec61a
3 changed files with 11 additions and 7 deletions
+4
View File
@@ -8,6 +8,10 @@
// Set the drawer relative to this host.
position: relative;
// Hide any content outside the main pane (e.g. side drawers) to ensure the
// user cannot scroll across to the drawers without opening them.
overflow: hidden;
}
::slotted:not([name]) {