fix: popover positioning (#3399)

This commit is contained in:
David Luzar 2021-04-05 17:26:37 +02:00 committed by GitHub
parent 189b721eed
commit 9733ecb3df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5199 additions and 4791 deletions

View file

@ -1,6 +1,6 @@
.excalidraw {
.popover {
position: fixed;
position: absolute;
z-index: 10;
}
}