From: Marcel Werk Date: Sat, 3 Jan 2015 01:42:32 +0000 (+0100) Subject: Fixed overflow issue in image viewer X-Git-Tag: 2.1.0_Beta_3~45 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=57bbe17cc79155963d22de77577a1200c030efbd;p=GitHub%2FWoltLab%2FWCF.git Fixed overflow issue in image viewer --- diff --git a/wcfsetup/install/files/style/imageViewer.less b/wcfsetup/install/files/style/imageViewer.less index 4a42c60922..ddc212c982 100644 --- a/wcfsetup/install/files/style/imageViewer.less +++ b/wcfsetup/install/files/style/imageViewer.less @@ -274,6 +274,7 @@ > header { height: 100px; + overflow: hidden; padding: 1rem; top: 0;