Merge pull request #30 from DEVTomatoCake/jank/typebox-consistency
Typebox scroll bar consistency
This commit is contained in:
commit
d7b12fb319
1 changed files with 4 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue