Skip to content

Commit 912fb1f

Browse files
committed
fix(ViewerWidget): Sane z-index as to not cover vuetify mobile
1 parent 9ff8d2c commit 912fb1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • types/oscillator/src/widgets/ViewerWidget

types/oscillator/src/widgets/ViewerWidget/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
left: 5px;
4343
right: 5px;
4444
height: 30px;
45-
z-index: 20;
45+
z-index: 1;
4646
display: flex;
4747
flex-direction: row;
4848
align-items: center;

0 commit comments

Comments
 (0)