mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: use position absolute for mobile misc tools (#6099)
This commit is contained in:
parent
618442299f
commit
328ff6c32d
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@
|
|||
}
|
||||
|
||||
.mobile-misc-tools-container {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue