Make contorls stick to the top when scrolling
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
parent
228ca16bea
commit
eebc70cf1e
|
@ -48,10 +48,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#filestable.has-controls {
|
||||
top: 44px;
|
||||
}
|
||||
|
||||
#filestable tbody tr {
|
||||
height: 51px;
|
||||
}
|
||||
|
|
|
@ -223,7 +223,7 @@ body {
|
|||
|
||||
#controls {
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
position: sticky;
|
||||
height: 44px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -234,6 +234,7 @@ body {
|
|||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* position controls for apps with app-navigation */
|
||||
|
|
Loading…
Reference in New Issue