Skip to content

Commit

Permalink
fix: Some appearance bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Apr 4, 2024
1 parent 355c3b8 commit 089a142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/style/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
justify-content: center;
.select {
width: 100%;
z-index: 100;
z-index: 50;
.select-button {
margin-right: 5px;
button {
Expand Down
2 changes: 1 addition & 1 deletion src/style/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
background-color: var(--ca-light2);
}
.select-panel-wrapper {
box-shadow: 0 0 5px 0 #636262, 0 16px 15px #7e7e7e;
box-shadow: 0 0 5px 0 #636262, 0 5px 15px #7e7e7e;
}
}

Expand Down

1 comment on commit 089a142

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.