Fix arrow position on mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f37f145c55
commit
2887b9bdab
|
@ -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 New Issue