mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Fix arrow position on mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f37f145c55
commit
2887b9bdab
1 changed files with 6 additions and 1 deletions
|
|
@ -156,9 +156,14 @@ table.multiselect thead {
|
|||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
right: 13px;
|
||||
right: 15px;
|
||||
z-index: 2001;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* settings need a different offset, since they have a right padding */
|
||||
&#settings::after {
|
||||
right: 27px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue