Skip to content

Commit

Permalink
fix: Fix dropdown menu in breadcrumbs (#1190)
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Lunyachek <[email protected]>
  • Loading branch information
Lunyachek and Stanislav Lunyachek authored Nov 8, 2023
1 parent a64f0e0 commit 9a0cdc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
}
}

.pgn__menu-select .pgn__menu-select-popup {
position: static;
}

.sequence-container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 9a0cdc0

Please sign in to comment.