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:
Julius Härtl 2019-06-19 09:35:52 +02:00
parent 366374d8e3
commit 25a646e1ee
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -1079,6 +1079,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 {