From 7190e859bf1e2b0276784a8f576bef72ef8659a0 Mon Sep 17 00:00:00 2001 From: TomatoCake <60300461+DEVTomatoCake@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:51:28 +0200 Subject: [PATCH] Typebox scroll bar consistency --- webpage/style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 +}