1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 09:20:26 +00:00

no high z-index on first eventcatcher

This commit is contained in:
BurningTreeC 2024-10-04 21:55:24 +02:00
parent bc9706d9b4
commit 02498a1df7

View File

@ -55,10 +55,6 @@ code-body: yes
<%if [[$:/state/sidebar/resizing]!is[missing]] %>
.tc-sidebar-resizer-pointerdown-eventcatcher {
z-index: 800;
}
.tc-sidebar-resizer-pointermove-eventcatcher-wrapper {
z-index: 801;
}