mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-29 12:20:01 +02:00
use absolute positioning instead of fixed (#1860)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
.LoadingMessage {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
Reference in New Issue
Block a user