mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix .TableHead.sticky in for details panels
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ad8dc8a7c9
commit
c182b120c9
@ -38,7 +38,8 @@
|
||||
position: -webkit-sticky; // safari
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
top: 0; // turn on sticky behaviour
|
||||
top: -24px; // turn on sticky behaviour
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
&.nowrap {
|
||||
@ -55,4 +56,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user