Skip to content

Commit

Permalink
fix: overflow makes code act strange
Browse files Browse the repository at this point in the history
  • Loading branch information
Lhcfl committed Sep 9, 2024
1 parent 0578cb5 commit 3a3c5b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/scss/blog_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ pre {
font-size: 15px;
background-color: var(--secondary-950) !important;
font-family: var(--mono-font-face) !important;
text-wrap: wrap;
overflow-wrap: anywhere;
color: var(--primary-700) !important;
}

Expand Down
1 change: 1 addition & 0 deletions src/scss/raw-components/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
font-size: 14px;
max-width: 360px;
overflow-x: auto;
overflow-y: hidden;

li {
position: relative;
Expand Down

0 comments on commit 3a3c5b0

Please sign in to comment.