From 81925684a8e2c4bfb4feadbdb3009260a8d49db2 Mon Sep 17 00:00:00 2001 From: GuiAworld Date: Tue, 9 Aug 2022 18:09:37 -0300 Subject: [PATCH] fix --- static/koboldai.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/koboldai.css b/static/koboldai.css index 822e18c3..04bbfe7d 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -559,6 +559,7 @@ input[type="range"]::-ms-fill-upper { right: 0; background-color: var(--flyout_background); overflow-x: hidden; + overflow-y: hidden; transition: 0.5s; padding-top: 20px; padding-bottom: 10px; @@ -1002,6 +1003,7 @@ body { .popup .popup_load_cancel { text-align: center; + vertical-align: bottom; background-color: var(--popup_title_bar_color); } @@ -1203,3 +1205,13 @@ textarea { body.NotConnected { filter: grayscale(80%); } + +.cursor { + cursor: pointer; +} + +.flout_menu_contents { + overflow-x: hidden; + overflow-y: auto; + height: 80vh; +}