Explicitly define all sides

pull/106/head
Cory LaViska 2020-07-17 06:24:48 -04:00
rodzic 8eda1dbfaf
commit a7ae0a0fb5
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -53,6 +53,8 @@
.drawer--top .drawer__panel {
top: 0;
right: auto;
bottom: auto;
left: 0;
width: 100%;
height: var(--size);
@ -62,12 +64,16 @@
.drawer--right .drawer__panel {
top: 0;
right: 0;
bottom: auto;
left: auto;
width: var(--size);
height: 100%;
transform: translate(100%, 0);
}
.drawer--bottom .drawer__panel {
top: auto;
right: auto;
bottom: 0;
left: 0;
width: 100%;
@ -77,6 +83,8 @@
.drawer--left .drawer__panel {
top: 0;
right: auto;
bottom: auto;
left: 0;
width: var(--size);
height: 100%;