From 17e63de827ea1ad60ee2b2fb92953bb41a8fcd14 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Mon, 24 Apr 2017 14:40:00 +0200 Subject: [PATCH] SPR-958: Scrollbars im meta-footer (bdi) --- css/area_footer.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/area_footer.less b/css/area_footer.less index 001a977..94a951e 100755 --- a/css/area_footer.less +++ b/css/area_footer.less @@ -26,9 +26,11 @@ } bdi { - font-weight: bold; - max-width: 100%; display: inline-block; + max-width: 100%; + overflow-x: auto; + overflow-y: hidden; + font-weight: bold; vertical-align: bottom; } }