From cef98070e9835e703a28ccb953e8c11b25158349 Mon Sep 17 00:00:00 2001 From: Wentao Lyu <35-wentao.lyu@users.noreply.git.stereye.tech> Date: Tue, 4 Apr 2023 13:27:09 +0800 Subject: [PATCH] style: show scrollbar over content. --- client/src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/style.css b/client/src/style.css index 4f8c56b887..b5acb381d0 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -28,6 +28,10 @@ transition: all 1s ease-in-out; } */ +.overflow-y-auto { + overflow-y: overlay; +} + .openAIOptions-simple-container { pointer-events: none; opacity: 0;