mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
tweak blurry bg for legibility & remove from modals (#1436)
This commit is contained in:
parent
3b357d8332
commit
75e0163dd1
3 changed files with 6 additions and 2 deletions
|
@ -35,6 +35,10 @@
|
|||
animation: Modal__content_fade-in 0.1s ease-out 0.05s forwards;
|
||||
position: relative;
|
||||
|
||||
// for modals, reset blurry bg
|
||||
background: #fff;
|
||||
backdrop-filter: none;
|
||||
|
||||
@media #{$media-query} {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue