Skip to content

Commit

Permalink
chore: remove annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
RieLCho committed Oct 12, 2024
1 parent a48f8d6 commit 9d2e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/src/ASTRv2/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default {
background-color: #615c4f;
font-weight: bold;
padding: 0px 20px;
z-index: 1000; /* 다른 요소 위에 표시되도록 설정 */
z-index: 1000;
}
.SettingsBtn {
font-size: large;
Expand Down

0 comments on commit 9d2e0a1

Please sign in to comment.