mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
fix: use position absolute for mobile misc tools (#6099)
This commit is contained in:
parent
618442299f
commit
328ff6c32d
@ -540,7 +540,7 @@
|
||||
}
|
||||
|
||||
.mobile-misc-tools-container {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: 0;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user