summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-05 18:22:26 +0500
committerChristopher Speller <crspeller@gmail.com>2016-04-05 09:22:26 -0400
commitc12d997f248c143b7746d07a3c2ce9b58a3ecd5e (patch)
treea6f3923d453b09321c3130d8b6179984b6453b22 /webapp/sass/components
parent26ccc478e1f2b309cfd22271445cfd21cc306262 (diff)
downloadchat-c12d997f248c143b7746d07a3c2ce9b58a3ecd5e.tar.gz
chat-c12d997f248c143b7746d07a3c2ce9b58a3ecd5e.tar.bz2
chat-c12d997f248c143b7746d07a3c2ce9b58a3ecd5e.zip
Multiple UI Improvements
* Fixing backstage scrolling and link issue * Fixing system console and color picker css * Changing the toggleclass
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_dropdown.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/sass/components/_dropdown.scss b/webapp/sass/components/_dropdown.scss
index f48e12c87..1168c9b27 100644
--- a/webapp/sass/components/_dropdown.scss
+++ b/webapp/sass/components/_dropdown.scss
@@ -1,6 +1,11 @@
@charset 'UTF-8';
.dropdown-menu {
+
+ &.colorpicker {
+ z-index: 2500;
+ }
+
.divider {
@include opacity(.15);
}