From ab601d42f72234bd81aeeaf960e003126ff98564 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 24 Oct 2017 09:19:39 -0400 Subject: [PATCH] Use position fixed for sidebar to restore keyboard scrolling functionality --- docs/source/_layouts/master.blade.php | 8 ++++---- docs/tailwind.js | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/_layouts/master.blade.php b/docs/source/_layouts/master.blade.php index b8587835b..61d8fcbb7 100644 --- a/docs/source/_layouts/master.blade.php +++ b/docs/source/_layouts/master.blade.php @@ -1,5 +1,5 @@ - + @@ -13,8 +13,8 @@ -
-
+
+
Tailwind CSS @@ -170,7 +170,7 @@
-
+
@yield('body')
diff --git a/docs/tailwind.js b/docs/tailwind.js index 40b46f7df..33cd52f45 100644 --- a/docs/tailwind.js +++ b/docs/tailwind.js @@ -241,7 +241,8 @@ module.exports = { '8': '2rem', '10': '2.5rem', '12': '3rem', - '16': '4rem' + '16': '4rem', + '80': '20rem', }, negativeMargin: { 'px': '1px',