Fix header z-index overlaying modal dialogs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-20 01:19:22 +03:00
parent 3ae20761a1
commit c3b1d3edd9

View File

@@ -5,7 +5,7 @@ header {
padding: 20px 0 10px; padding: 20px 0 10px;
margin-bottom: 10px; margin-bottom: 10px;
position: relative; position: relative;
z-index: 2100; z-index: 100;
} }
.header-title { .header-title {