From: rabuzarus <> Date: Mon, 3 Apr 2017 10:55:06 +0000 (+0200) Subject: add missing overflow to css X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=68659c7740481028c76efd39ce465fd9d13044c7;p=friendica.git add missing overflow to css --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 2506d8eb1c..b4497b5a6b 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1303,6 +1303,9 @@ section #jotOpen { } /* Filebrowser */ +#jot-fbrowser-wrapper { + overflow: hidden; +} .fbrowser .breadcrumb { margin-bottom: 0px; }