From 0b674f84e26688a56436929441ccace1279d84f2 Mon Sep 17 00:00:00 2001 From: Gabor Date: Wed, 11 May 2022 11:26:47 +0200 Subject: Added `overflow-y: auto;` to the `scrollableContainer` to remove the scrollbar while the comment box is not full. Added a `[class^="scrollableContainer"]` version as well in case the direct class name gets changed, but commented it out until we can test it for potential bugs. --- recipes/discord/service.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes') diff --git a/recipes/discord/service.css b/recipes/discord/service.css index a16a615..b132552 100644 --- a/recipes/discord/service.css +++ b/recipes/discord/service.css @@ -1,3 +1,9 @@ .notice { display: none; } +.scrollableContainer-15eg7h { + overflow-y: auto; +} +/*[class^="scrollableContainer"] { + overflow-y: auto; +}*/ -- cgit v1.2.3-70-g09d2