mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 19:38:02 +00:00
Merge pull request #1127 from tobibeer/fix-notification-z-index
put tc-notification above topbar
This commit is contained in:
@@ -1110,7 +1110,7 @@ canvas.tc-edit-bitmapeditor {
|
||||
position: fixed;
|
||||
top: 14px;
|
||||
right: 42px;
|
||||
z-index: 1000;
|
||||
z-index: 1300;
|
||||
max-width: 280px;
|
||||
padding: 0 14px 0 14px;
|
||||
background-color: <<colour notification-background>>;
|
||||
|
Reference in New Issue
Block a user