Skip to content

Commit

Permalink
avoiding double math block nutshell
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL committed Sep 8, 2024
1 parent e520450 commit b96a2ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/styles/css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ mjx-container {
overflow-y: hidden;
}


@media screen and (max-width: 650px) {
html {
font-size: 110%;
Expand Down Expand Up @@ -440,6 +441,14 @@ div {
margin: auto;
}

.nutshell-bubble-overflow-section {
// current workaround to avoid double math blocks in nutshells
svg {
display: none;
}

}

span {

}
Expand Down

0 comments on commit b96a2ce

Please sign in to comment.