mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
make drawers absolute to sidebar wrapper
This commit is contained in:
parent
470bd2ea64
commit
3f7e8c1deb
@ -1,7 +1,7 @@
|
|||||||
@import "@styles/vars.less";
|
@import "@styles/vars.less";
|
||||||
|
|
||||||
.drawers-wrapper {
|
.drawers-wrapper {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -20,7 +20,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawers-mask {
|
.drawers-mask {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user