From 449ea64b68240285fee378f75ee3ed97c1c75a5a Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 5 Sep 2013 20:12:16 +0300 Subject: [PATCH] Fix scrollbar. Closes #12 --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 9e14ef1d..74667788 100755 --- a/css/style.css +++ b/css/style.css @@ -3,10 +3,6 @@ font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; } -#documents-content{ - padding-top: 3em; -} - .documentslist { padding:5px; } .documentslist .add-document { @@ -123,4 +119,8 @@ opacity: 1; background:#f0f0f0; z-index: 999; +} + +#documents-content #editor, #documents-content #members{ + padding-top: 3em !important; } \ No newline at end of file