Skip to content

Commit

Permalink
fix: Fix language select (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu authored Feb 23, 2024
1 parent 1d31fe1 commit 76db5ec
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
.selects {
position: fixed;
width: 648px;
max-height: calc(100vh - 400px);
overflow-y: auto;
overflow-x: hidden;
margin-top: 8px;
padding: 16px 0;
z-index: 2;
Expand Down

2 comments on commit 76db5ec

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8017311761

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8017310532

Please sign in to comment.