From 4a8132df447f9f83584be6de6bfd6cbeb706c8b6 Mon Sep 17 00:00:00 2001 From: SassNinja Date: Tue, 13 Jun 2017 09:08:29 +0200 Subject: [PATCH] Remove deprecated wrapper inner from docs layout Firstly the implementation was erroneous (content mustn't be a sibling of the wrapper but a child) and secondly the wrapper inner is deprecated. Therefore I'm removing it what makes the push transitions on the off-canvas docs page working again as expected. --- docs/layout/default.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/layout/default.html b/docs/layout/default.html index 6a1568440..5dec03e2e 100644 --- a/docs/layout/default.html +++ b/docs/layout/default.html @@ -31,9 +31,7 @@ -->
-
- {{> off-canvi}} -
+ {{> off-canvi}}
-- 2.47.2