Skip to content

Commit 8f46c14

Browse files
authored
header-modal overlap fix (#1179)
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
1 parent 2762095 commit 8f46c14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mcpgateway/static/admin.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,8 @@
211211
/* .hidden {
212212
display: none;
213213
} */
214+
215+
/* Modal z-index to prevent sticky header overlap */
216+
.fixed.z-10 {
217+
z-index: 9999 !important;
218+
}

0 commit comments

Comments
 (0)