From dd339f073cd53e7067ac1ea9bd2035b1c11914f0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 7 Nov 2014 18:42:47 -0500 Subject: max-height on descriptions --- public/assets/stylesheets/app.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5d67f50..e6b5570 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2509,6 +2509,22 @@ a[data-role="forgot-password"] { .aboutRoom h1 { font-size:26px; } +.txt.description { + max-height: 200px; + overflow: auto; +} +.txt.description::-webkit-scrollbar { + width: 4px; +} +.txt.description::-webkit-scrollbar-track { +} +.txt.description::-webkit-scrollbar-thumb { + background: #000; +} +::-webkit-scrollbar-thumb:window-inactive { + background: #888; +} + .txt { font-size:12px; padding:5px 0; -- cgit v1.2.3-70-g09d2