Skip to content

Commit

Permalink
Increment z-index of timeline dropdown menus
Browse files Browse the repository at this point in the history
Fixes issue where polls would cover up the dropdown menus
  • Loading branch information
syeopite committed Feb 6, 2024
1 parent 6abc39d commit 6bffe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ li.control-bar-action:hover {
transform: translateX(-50%);
overflow: hidden;
width: fit-content;
z-index: 1;
z-index: 2;
}

.control-bar-dropdown-menu li {
Expand Down

0 comments on commit 6bffe64

Please sign in to comment.