mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
use absolute positioning instead of fixed (#1860)
This commit is contained in:
parent
d9e84b90ce
commit
b21f723eee
4 changed files with 30 additions and 25 deletions
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
.LoadingMessage {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue