Skip to content

Commit

Permalink
[Fix] Overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienTainon committed Aug 2, 2023
1 parent 3a466f0 commit db183d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tralalere/tralalere.scss
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ $tralalere-red: #FF3C11;
.debug-lib-container {
padding: .5rem;
height: 200px;
overflow-y: scroll;
overflow-y: auto;
color: $tralalere-green;
font-weight: bold;
font-family: monospace;
Expand Down

0 comments on commit db183d6

Please sign in to comment.