Scrolling is working! Start fine tuning the box.

This commit is contained in:
2025-01-29 04:08:15 -07:00
parent 3cb079d111
commit bd4e7684c9
3 changed files with 11 additions and 2 deletions

View File

@ -94,10 +94,15 @@
}
.code {
max-width: 400px;
max-width: 80%;
overflow: auto;
overflow-x: scroll;
overflow-y: hidden;
border: 2px solid #131313;
border-radius: 8px;
padding: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
body {