mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Add max-width|height to drawer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user