From 8731adf2a3c38fd82865b93877f2981b467e5627 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 2 Dec 2016 12:53:09 +0200 Subject: [PATCH] Fix regression: side panel overlaps footer --- lib/components/Redoc/redoc.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss index 0066bb94..7934a0b7 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -31,6 +31,7 @@ .redoc-wrap { z-index: 0; position: relative; + overflow: hidden; font-family: $base-font, $base-font-family; font-size: $em-size; line-height: $base-line-height;