1
0
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:
Aakansha Doshi 2023-01-11 19:47:40 +05:30 committed by GitHub
parent 618442299f
commit 328ff6c32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -540,7 +540,7 @@
}
.mobile-misc-tools-container {
position: fixed;
position: absolute;
top: 5rem;
right: 0;
display: flex;