From fa32064926a4dcfb71e6addced8e68aadb83ecfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Tworek?= Date: Tue, 19 Feb 2019 14:03:32 +0100 Subject: [PATCH] Fix the issue with the cutted off document list in the fullscreen mode --- share/src/main/webapp/css/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/src/main/webapp/css/base.css b/share/src/main/webapp/css/base.css index 5279b1441c..8558d4c459 100644 --- a/share/src/main/webapp/css/base.css +++ b/share/src/main/webapp/css/base.css @@ -1870,7 +1870,8 @@ body.brand-bg-1 .sticky-wrapper { margin: auto 0; } -.alf-fullwindow .doclist .documents +.alf-fullwindow .doclist .documents, +.alf-fullscreen .doclist .documents { margin: 0 !important; }