Avoid scrolling to the hidden input when toggling grid/list view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
dce4a245b5
commit
b18befd339
|
@ -1061,6 +1061,10 @@ table.dragshadow td.size {
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
/* Make sure the hidden input is not rendered at all to avoid scrolling to top */
|
||||
#showgridview {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Adjustments for link share page */
|
||||
#body-public {
|
||||
|
|
Loading…
Reference in New Issue