Skip to content
Snippets Groups Projects
Verified Commit 7c9a61ab authored by Dorian Koch's avatar Dorian Koch
Browse files

Fix z-index on quality menu, closes #50

parent ff4c02d7
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -207,7 +207,7 @@ $link-decoration: none; ...@@ -207,7 +207,7 @@ $link-decoration: none;
.vjs-menu-content { .vjs-menu-content {
background-color: rgba(53, 55, 65, .9); background-color: rgba(53, 55, 65, .9);
z-index: 2; z-index: 102;
border-radius: 1; border-radius: 1;
padding: 3px; padding: 3px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment