From adb3b80fec44b63b0ca44967bbcb4792c2f0a68e Mon Sep 17 00:00:00 2001 From: xingteh Date: Sat, 31 Jan 2026 15:43:10 +0800 Subject: [PATCH] Fixed scrolling with long names --- website/src/styles.scss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/website/src/styles.scss b/website/src/styles.scss index bc850842..a7ca7567 100644 --- a/website/src/styles.scss +++ b/website/src/styles.scss @@ -60,15 +60,11 @@ html, body { flex-grow: 1; } -.wrapper { - overflow: hidden; - width: 100%; - height: 100%; +.p-tablist { + min-height: 54.2px; } -.content { - overflow-x: hidden; - overflow-y: auto; +.wrapper, .content { width: 100%; height: 100%; }