summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorWonko T. Sane <42@wonko.de>2018-12-21 16:18:47 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-10-20 14:59:15 +0200
commitb14d352140a5b3ad16b3980a52e50e870ee9fed6 (patch)
tree4615a4b6e7e6de5672558b0bd0e8fef292a24184 /resources
parent5ec0d7209eabe779bf20ba3b08500b0b715abab7 (diff)
Fix for #526
Implementation idea stolen from http://jsfiddle.net/6K7t4/24/
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/themes/base.less16
1 files changed, 14 insertions, 2 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less
index b44602f0..0bf752ab 100644
--- a/resources/assets/themes/base.less
+++ b/resources/assets/themes/base.less
@@ -189,10 +189,22 @@ table a > .icon-icon_angel {
width: 50px;
flex-shrink: 0;
}
-
+ .shift-card {
+ z-index:0;
+ overflow:hidden;
+ position:relative;
+ }
+ .shift-card:hover {
+ overflow:visible;
+ z-index:100;
+ }
+ .shift-card:hover .shift {
+ z-index:100;
+ }
.shift {
margin: 0 5px 5px 0;
- overflow: hidden;
+ position: absolute;
+ width: 99%;
}
}