Skip to content

Commit

Permalink
fixate scrollbar verticali che comparivano agli elementi .katex con a…
Browse files Browse the repository at this point in the history
…ttributo overflow-x
  • Loading branch information
etabeta1 committed Sep 21, 2023
1 parent 8b3b9c4 commit 6373101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ header {

.contenuti, .katex {
overflow-x: auto;
overflow-y: hidden; /* Altrimenti compare la scrollbar verticale */
}

table, .katex-display {
Expand Down

0 comments on commit 6373101

Please sign in to comment.