Skip to content

Commit aa2135d

Browse files
committed
Fix corners that are cut in popup menu in Safari
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent c2b4eef commit aa2135d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/css/apps.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2;
934934
cursor: pointer;
935935
line-height: $popoveritem-height;
936936
border: 0;
937+
border-radius: 0; // otherwise Safari will cut the border-radius area
937938
background-color: transparent;
938939
display: flex;
939940
align-items: flex-start;

0 commit comments

Comments
 (0)