diff --git a/webpage/style.css b/webpage/style.css index a5691dc..19d5774 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 { @@ -1396,11 +1394,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 +}