Fix arrow position on mobile

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-04-04 15:05:51 +02:00
parent f37f145c55
commit 2887b9bdab
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}
}
}