From f3334af81a0e3bdd6509a4ecae14d9ffaf4ad669 Mon Sep 17 00:00:00 2001 From: afifsohaili Date: Tue, 16 Dec 2014 10:02:37 +0800 Subject: [PATCH] Increased z-index of dropdown menu --- sass/components/_dropdown.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sass/components/_dropdown.scss b/sass/components/_dropdown.scss index 90ccd275f5..81f754b735 100644 --- a/sass/components/_dropdown.scss +++ b/sass/components/_dropdown.scss @@ -5,8 +5,8 @@ background-color: #FFFFFF; margin: 0px; min-width: 100px; - z-index: 1000; - + z-index: 1001; + li { cursor: pointer; font-size: 1.2rem; @@ -17,11 +17,11 @@ padding: 1rem 1rem; } } - + @media only screen and (min-width: $large-screen) { li:hover { background-color: rgba(0,0,0, .07) } } -} \ No newline at end of file +}