mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Blur the background when displaying modals
This commit is contained in:
parent
1f21bd36d6
commit
5221362791
@ -541,6 +541,10 @@ canvas.tw-edit-bitmapeditor {
|
||||
** Modals
|
||||
*/
|
||||
|
||||
.tw-modal-displayed {
|
||||
-webkit-filter: blur(4px);
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user