mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Revert "Merge PR #1330 into 12.0"
This reverts commit0f95b0fb0a, reversing changes made tod0ba3d3baf.
This commit is contained in:
@@ -29,35 +29,3 @@
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.vis-labelset {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label:first-child {
|
||||
background: lightgrey;
|
||||
position: sticky;
|
||||
top: 0px !important;
|
||||
z-index: 999;
|
||||
max-height: 100px;
|
||||
height: 100px !important;
|
||||
display: -webkit-flex;
|
||||
}
|
||||
|
||||
.vis-foreground .vis-group:first-child {
|
||||
background: lightgrey;
|
||||
position: sticky;
|
||||
top: 0px !important;
|
||||
z-index: 999;
|
||||
max-height: 100px;
|
||||
height: 100px !important;
|
||||
display: -webkit-flex;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.vis-background .vis-group:nth-child(2) .vis-line{
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user