Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2015-04-29 12:26:49 +0300
committersualko <klaus@jsxc.org>2015-04-29 12:26:49 +0300
commit59bbf68e8c722a15b74b1587aa9d8a96920dec01 (patch)
tree286da9291e3e066d7de99fadf01a38f869467445 /scss
parent7368d6f73ae2376828a72c11c8d4de5fcdcced3c (diff)
fix z-index roster
Diffstat (limited to 'scss')
-rw-r--r--scss/_oc.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_oc.scss b/scss/_oc.scss
index 4768efd..d8e1fa2 100644
--- a/scss/_oc.scss
+++ b/scss/_oc.scss
@@ -1,5 +1,6 @@
#jsxc_roster {
top: 45px;
+ z-index: 160;
background-color: #383C43;
}