aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorjpl2017-06-20 13:21:09 +0200
committerjpl2017-06-20 13:21:09 +0200
commitbf1136bef6430b16732f42c8ce31ef046fe6e239 (patch)
tree650b5b72665f613736406d9eb1fbf25a7c1f9ea1 /app
parent11404ec5f9ae443f1a2de73dc491e07b3151f4c8 (diff)
downloadchouette-core-bf1136bef6430b16732f42c8ce31ef046fe6e239.tar.bz2
Fix small CSS issue on table action dropdown, when used closed to select_toolbox on small screens
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components/_tables.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components/_tables.sass b/app/assets/stylesheets/components/_tables.sass
index e3a33e131..4e1e073da 100644
--- a/app/assets/stylesheets/components/_tables.sass
+++ b/app/assets/stylesheets/components/_tables.sass
@@ -148,7 +148,7 @@
background-color: #fff
box-shadow: 0 0 3px $darkgrey
position: fixed
- z-index: 2000
+ z-index: 999
right: 50px
bottom: 15px