Don't let drawer extend beyond 90% of the parent.

This commit is contained in:
Dermot Duffy
2022-05-10 22:25:57 -07:00
parent 89a941f162
commit 30e0f2fa5a
+3
View File
@@ -22,6 +22,9 @@
#d { #d {
// Need to allow drawer controls to be visible. // Need to allow drawer controls to be visible.
overflow: visible; overflow: visible;
// Don't let the drawer exceed 90% of the full width of the relative parent.
max-width: 90%;
} }
:host([location=right]) #d { :host([location=right]) #d {