Skip to content

Commit dd59235

Browse files
author
Damian Martinez Gelabert
committed
Fix menubar z-index
1 parent d246a00 commit dd59235

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

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

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

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

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

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

src/scss/_header.scss

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

1819
.meta-button-container {

0 commit comments

Comments
 (0)