You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is intended to be slightly visible, however only very slightly with high opacity of the breadcrumb and multiselect bar. Kind of like in iOS - ideally we can use CSS3 blur effect even.
Some parts of the file list contents (file name and actions) had a
higher z-index than the file list multiselect header. That header is
fixed in place, so when the file list contents were scrolled and those
parts with a higher z-index overlapped the multiselect header they were
fully visible. Now the z-index for the multiselect header has a higher
value (the same used in the controls bar) to ensure that the contents
are shown behind the header.
Fixes#7540
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
When the files vertically overflow the list and the list is scrolled its contents are partially visible behind the file list header.
Origin:
Scrolled:
@nextcloud/designers
The text was updated successfully, but these errors were encountered: