Add max-width|height to drawer

This commit is contained in:
Cory LaViska
2020-07-15 07:24:06 -04:00
parent 18712df90b
commit 5c817f78a4

View File

@@ -38,6 +38,8 @@
display: flex;
flex-direction: column;
z-index: 2;
max-width: 100%;
max-height: 100%;
background-color: var(--sl-color-white);
box-shadow: var(--sl-shadow-x-large);
transition: var(--sl-transition-medium) transform;