mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 13:27:19 +00:00
fix: hide drawer completely off-screen on mobile (right: -100vw)
This commit is contained in:
parent
899f27e19f
commit
5aef4302b9
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@
|
|||
#asset-drawer {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: -320px;
|
||||
right: -100vw;
|
||||
width: 320px;
|
||||
max-width: 92vw;
|
||||
height: 100vh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue