From 1b3ff0538a85cfe84f57b1d0dc4b43123e53e8eb Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 20 Apr 2015 11:54:06 -0400 Subject: [PATCH] #2147 fix sidebar not correctly overflowing when taller than page --- src/definitions/modules/sidebar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/sidebar.less b/src/definitions/modules/sidebar.less index 9cb782b95..2c98efa1b 100755 --- a/src/definitions/modules/sidebar.less +++ b/src/definitions/modules/sidebar.less @@ -38,6 +38,7 @@ -webkit-overflow-scrolling: touch; height: 100% !important; + max-height: 100%; border-radius: 0em !important; margin: 0em !important; overflow-y: auto !important; @@ -70,7 +71,6 @@ .ui.bottom.sidebar { width: 100% !important; height: auto !important; - overflow-y: visible !important; } .ui.top.sidebar { top: 0px !important;