Fixed overflow in popovers
authorMarcel Werk <burntime@woltlab.com>
Thu, 1 Sep 2016 09:06:30 +0000 (11:06 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 1 Sep 2016 09:06:30 +0000 (11:06 +0200)
wcfsetup/install/files/style/ui/popover.scss

index 4cdd72697f4ea4632f0f237dda13a1b1cc94aa19..5026c14e677a75f84d65ef6f5c9933fdd2134b2f 100644 (file)
        background-color: $wcfContentBackground;
        border-radius: 3px;
        color: $wcfContentText;
-       max-height: 320px;
-       min-height: 36px;
-       overflow: hidden;
        padding: 15px;
        
+       > div {
+               max-height: 290px;
+               min-height: 36px;
+               overflow: hidden;
+       }
+       
        a {
                color: $wcfContentLink;