1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Correction of zindex for tc-card-ribbon-wrapper (new ribbon) (#7088)

This commit is contained in:
Télumire 2022-12-05 00:29:36 +01:00 committed by GitHub
parent 4be0c17dd0
commit 229159fea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ type: text/vnd.tiddlywiki
right: 0; right: 0;
overflow: hidden; overflow: hidden;
top: 0; top: 0;
z-index: 999; z-index: 849;
pointer-events: none; pointer-events: none;
} }