From 5ec9b96504422b8ac696e29cb294b61aab2bdfb4 Mon Sep 17 00:00:00 2001 From: thislight Date: Mon, 18 Nov 2024 21:48:10 +0800 Subject: [PATCH] Profile: fix auto hide toolbar --- src/profiles/Profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profiles/Profile.css b/src/profiles/Profile.css index 3f0bce8..9b8e17a 100644 --- a/src/profiles/Profile.css +++ b/src/profiles/Profile.css @@ -1,5 +1,5 @@ .Profile { - height: 100%; + overflow: hidden auto; .intro { background-color: var(--tutu-color-surface-d);