From ab14bf4dc98b2c3154bfd2a3bfd56cea7e91e5de Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 6 Jan 2017 13:22:38 +0200 Subject: [PATCH] Fix right panel overlaps site-footer --- lib/components/Redoc/redoc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss index 7934a0b7..19fb0a3a 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -70,7 +70,7 @@ } .background { - position: fixed; + position: absolute; top: 0; bottom: 0; right: 0;