1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Ensure sticky titles z-index is above vertical tabs

Fixes #1040
This commit is contained in:
Jermolene 2014-11-02 20:36:31 +00:00
parent 55d72bfaf4
commit 835e3a9452

View File

@ -11,4 +11,5 @@ tags: [[$:/tags/Stylesheet]]
position: sticky;
top: 0px;
background: <<colour tiddler-background>>;
z-index: 500;
}