diff options
| author | jpl | 2017-06-20 13:21:09 +0200 |
|---|---|---|
| committer | jpl | 2017-06-20 13:21:09 +0200 |
| commit | bf1136bef6430b16732f42c8ce31ef046fe6e239 (patch) | |
| tree | 650b5b72665f613736406d9eb1fbf25a7c1f9ea1 | |
| parent | 11404ec5f9ae443f1a2de73dc491e07b3151f4c8 (diff) | |
| download | chouette-core-bf1136bef6430b16732f42c8ce31ef046fe6e239.tar.bz2 | |
Fix small CSS issue on table action dropdown, when used closed to select_toolbox on small screens
| -rw-r--r-- | app/assets/stylesheets/components/_tables.sass | 2 |
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 |
