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