fix styles
This commit is contained in:
parent
d39c210c87
commit
2a0958e143
4 changed files with 20 additions and 6 deletions
|
|
@ -49,7 +49,7 @@
|
|||
.panel {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100svh;
|
||||
height: 100dvh;
|
||||
top: 0;
|
||||
background-color: #000;
|
||||
outline: 1px solid #fff;
|
||||
|
|
@ -61,6 +61,10 @@
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.panel ul {
|
||||
margin-bottom: calc(var(--unit--vertical) * 4);
|
||||
}
|
||||
|
||||
.panel--left {
|
||||
left: calc(-100% - var(--unit--horizontal) * 2 - 1px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue