diff --git a/webpage/style.css b/webpage/style.css index e9b06db..fc587ba 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -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 { @@ -1385,11 +1383,11 @@ span { height:22px; } #typebox[contenteditable=false]{ - + cursor:not-allowed; - + } #typebox[contenteditable=false]:before{ content:'You can\'t chat here'; color:color-mix(in hsl, var(--primary-bg),var(--primary-text)); -} \ No newline at end of file +}