1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Merge pull request #124 from koloml/bugfix/popup-header-z-index

Fixed header in popup having wrong z-index
This commit is contained in:
2025-06-03 02:41:23 +04:00
committed by GitHub

View File

@@ -13,6 +13,7 @@
top: 0;
left: 0;
right: 0;
z-index: 10;
a {
color: colors.$text;