Skip to content

Commit b59241c

Browse files
committed
Fix skip profile menu appearing behind your work box
Fixes #2359
1 parent 03dc749 commit b59241c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/popup.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@
321321
justify-content: space-evenly;
322322
display: flex;
323323
position: relative;
324+
325+
z-index: 1;
324326
}
325327
.sbControlsMenu-item {
326328
display: flex;

0 commit comments

Comments
 (0)