fix style

Took 11 minutes
This commit is contained in:
2023-04-17 11:14:06 +02:00
parent 61e93883a5
commit 0c9f1a8780
2 changed files with 3 additions and 10 deletions

View File

@ -155,7 +155,7 @@ h2 {
height: 9%;
background-color: #167FCC;
box-shadow: inset 11px -45px 50px 3px rgba(223, 12, 42, 0.66);
overflow: visible;
overflow: hidden;
}
@ -226,7 +226,7 @@ h2 {
.pane {
height: 100%;
padding: 1% 2%;
overflow: visible;
overflow: auto;
scrollbar-width: none; /* Firefox */
scroll-behavior: smooth;
color: white;