Skip to content

Commit

Permalink
fix: hide scrollbar in memory sections
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo32 committed Dec 2, 2024
1 parent 04ed7f3 commit ff21f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions memory.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
padding: 0 1px;
}

.memory-section::-webkit-scrollbar {
display: none;
}

.memory-cell {
font-family: inherit;
letter-spacing: 1px;
Expand Down

0 comments on commit ff21f1f

Please sign in to comment.