SearchInput+IconGrid: scroll to top of grid on search change
When the debounced search query changes, scroll to the top of the grid if the query is not the empty string. This has the same smooth behavior as the scroll buttons, which is not currently available on WebKit.
This commit is contained in:
@@ -155,3 +155,8 @@
|
||||
padding: 0 16px 4px;
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
||||
.beacon {
|
||||
position: relative;
|
||||
top: -64px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user