1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00

Merge pull request #1127 from tobibeer/fix-notification-z-index

put tc-notification above topbar
This commit is contained in:
Jeremy Ruston 2014-11-23 17:18:04 +00:00
commit 8dc425e403

View File

@ -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>>;