Skip to content

Commit

Permalink
fix: issue_159
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Jun 29, 2023
1 parent e63a46a commit a5b788c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
font-size: 20px;
font-weight: 500;
justify-content: space-between;
position: sticky;
top: 0;
z-index: 11;
background: var(--main-background-color);

.rightContent {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
border: none;
background-color: transparent;
color: var(--main-text-color);
cursor: pointer;

.confirm {
@include infinite-rotation;
Expand All @@ -30,6 +31,7 @@
border: none;
background-color: transparent;
color: var(--main-text-color);
cursor: pointer;
&::before {
display: inline-block;
content: '';
Expand Down

0 comments on commit a5b788c

Please sign in to comment.