mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +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
|
** Modals
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.tw-modal-displayed {
|
||||||
|
-webkit-filter: blur(4px);
|
||||||
|
}
|
||||||
|
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user