Skip to content

Commit e6423d8

Browse files
authored
fix(planner): dropdown menu overlap with the menu button (#3742)
This is a fix for a specific case where the top module is a one-liner. Removed z-index: 1 from .menuBtn in PlannerModule.scss
1 parent 1cb84c7 commit e6423d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/views/planner/PlannerModule.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757

5858
.menuBtn {
5959
position: relative;
60-
z-index: 1;
6160
float: right;
6261
margin: -0.3rem -0.3rem 0 0;
6362

0 commit comments

Comments
 (0)