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 {
|
#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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue