From 51e73f7156411ae38b7ab7c237336045b3c2fdd5 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 26 Jul 2023 19:50:57 +0200 Subject: [PATCH] working support system --- src/support/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/support/index.html b/src/support/index.html index 9d6e3cc..dffc9ae 100755 --- a/src/support/index.html +++ b/src/support/index.html @@ -41,6 +41,7 @@ align-items: center; display: flex; flex-direction: column; + overflow: scroll; } .big-button-outlined:hover { @@ -68,6 +69,7 @@ border-radius: 10px; transition: all 0.3s; margin-top: 2%; + flex-shrink: 0; } .support-option.open { @@ -105,6 +107,7 @@