From 0ff3a4cac7ae799e9712ccf2fcfc764fcd88a675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E6=99=9A=E7=9A=84=E9=B8=A1=E9=B8=A3?= <110297461+MidnightCrowing@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:51:39 +0800 Subject: [PATCH] fix(adaptedStyles): graphic content overflow in user space page (#816) --- src/styles/adaptedStyles/userSpacePage.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/adaptedStyles/userSpacePage.scss b/src/styles/adaptedStyles/userSpacePage.scss index c5824cb9..0ddf8c11 100644 --- a/src/styles/adaptedStyles/userSpacePage.scss +++ b/src/styles/adaptedStyles/userSpacePage.scss @@ -35,6 +35,10 @@ border-radius: 4px; } + .masonry_grid_v2 .container { + position: static; + } + // #region theme color adaption part // Increase the priority of the style inside by writing a non-existent selector in :not() // 淺色模式下主要對 theme color 調整配合 bewlybewly 配色