mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-06 05:46:26 +00:00
use absolute positioning instead of fixed (#1860)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.FixedSideContainer {
|
||||
--margin: 0.25rem;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user