From 961950f5c8f7fac1349f35d6abcf44c07867f6e6 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 9 Jan 2018 11:25:45 +0100 Subject: [PATCH] Drop-downs in comment responses are sometimes cut off --- wcfsetup/install/files/style/ui/comment.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wcfsetup/install/files/style/ui/comment.scss b/wcfsetup/install/files/style/ui/comment.scss index ab3943d43b..288677f0fe 100644 --- a/wcfsetup/install/files/style/ui/comment.scss +++ b/wcfsetup/install/files/style/ui/comment.scss @@ -92,6 +92,13 @@ display: none; } } + + /* mobile drop-down menus are sometimes cut off due to the overflow */ + @include screen-md-down { + .commentContentContainer { + overflow: visible; + } + } } .commentListAddComment { -- 2.20.1