mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
Merge pull request #1127 from tobibeer/fix-notification-z-index
put tc-notification above topbar
This commit is contained in:
commit
8dc425e403
@ -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>>;
|
||||
|
Loading…
Reference in New Issue
Block a user