summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
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%;
}
}