aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-04-11 22:23:46 +1000
committerGitHub <noreply@github.com>2018-04-11 22:23:46 +1000
commita15d1c9f1c6c146594ea9688ff469c9a727d7cea (patch)
treebf40d9f3cc4c3244e21561b72ccc255ef69cde11 /src
parent385be55510b03f2a18d93738c56257feb05deee3 (diff)
parenta095a64f90e19f5e26b3d63f54e1fdbdbe805632 (diff)
downloadplyr-a15d1c9f1c6c146594ea9688ff469c9a727d7cea.tar.lz
plyr-a15d1c9f1c6c146594ea9688ff469c9a727d7cea.tar.xz
plyr-a15d1c9f1c6c146594ea9688ff469c9a727d7cea.zip
Merge pull request #886 from danielsarin/increate-menu-z-index
Increase menu container z-index to be higher than controls
Diffstat (limited to 'src')
-rw-r--r--src/sass/components/menus.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/components/menus.scss b/src/sass/components/menus.scss
index 6891318a..3ad4039a 100644
--- a/src/sass/components/menus.scss
+++ b/src/sass/components/menus.scss
@@ -35,7 +35,7 @@
right: -3px;
text-align: left;
white-space: nowrap;
- z-index: 1;
+ z-index: 3;
> div {
overflow: hidden;