Typebox scroll bar consistency

This commit is contained in:
TomatoCake 2024-07-24 18:51:28 +02:00
parent 5e9405207b
commit 7190e859bf

View file

@ -335,7 +335,6 @@ div {
#typebox { #typebox {
font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* font-size: 16px; */
padding: 3px; padding: 3px;
border-radius: .25cm; border-radius: .25cm;
width: 100%; width: 100%;
@ -343,9 +342,8 @@ div {
z-index: -100; z-index: -100;
max-width: 99%; max-width: 99%;
display: flex; display: flex;
max-height: fit-content;
max-height: 1.5in; max-height: 1.5in;
overflow-y: scroll; overflow-y: auto;
} }
p { p {