aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/discord
diff options
context:
space:
mode:
authorLibravatar Gabor <gaboris.wolf@gmail.com>2022-05-11 11:26:47 +0200
committerLibravatar Gabor <gaboris.wolf@gmail.com>2022-05-11 11:26:47 +0200
commit0b674f84e26688a56436929441ccace1279d84f2 (patch)
tree72541dd3afc46ee5822bee35178e085813377bdd /recipes/discord
parentdocs: add mydarkstar as a contributor for code (#23) [skip ci] (diff)
downloadferdium-recipes-0b674f84e26688a56436929441ccace1279d84f2.tar.gz
ferdium-recipes-0b674f84e26688a56436929441ccace1279d84f2.tar.zst
ferdium-recipes-0b674f84e26688a56436929441ccace1279d84f2.zip
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.
Diffstat (limited to 'recipes/discord')
-rw-r--r--recipes/discord/service.css6
1 files changed, 6 insertions, 0 deletions
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 @@
1.notice { 1.notice {
2 display: none; 2 display: none;
3} 3}
4.scrollableContainer-15eg7h {
5 overflow-y: auto;
6}
7/*[class^="scrollableContainer"] {
8 overflow-y: auto;
9}*/