Skip to content

Commit 651ad2f

Browse files
author
Damian Martinez Gelabert
committed
Fix zindex
1 parent cdb95cd commit 651ad2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/styles/api-console-dark-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ th {
12361236
position: absolute;
12371237
top: 0;
12381238
right: 0;
1239-
z-index: 10px;
1239+
z-index: 10;
12401240
}
12411241

12421242
.raml-console-meta-button-container {

dist/styles/api-console-light-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ th {
12361236
position: absolute;
12371237
top: 0;
12381238
right: 0;
1239-
z-index: 10px;
1239+
z-index: 10;
12401240
}
12411241

12421242
.raml-console-meta-button-container {

src/scss/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
position: absolute;
1414
top: 0;
1515
right: 0;
16-
z-index: 10px;
16+
z-index: 10;
1717
}
1818

1919
.meta-button-container {

0 commit comments

Comments
 (0)