From 8b76b29bcdd61ac0cadac83b237d74513a0c1180 Mon Sep 17 00:00:00 2001 From: Raphix Date: Mon, 11 Sep 2023 22:23:25 +0200 Subject: [PATCH] Version 0.9.0d - Ajout du Home Menu V2 --- src/web/public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/public/stylesheets/style.css b/src/web/public/stylesheets/style.css index 021f6e2..9b008ed 100644 --- a/src/web/public/stylesheets/style.css +++ b/src/web/public/stylesheets/style.css @@ -1215,5 +1215,6 @@ p { .home_online { height: 50%; + overflow-y: auto; }