From 214fc0dcee580cbebc2f83437775e31b519e114a Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 24 Feb 2015 20:52:03 +0200 Subject: base.scss: set content to expand vertically --- res/client/css/partials/base.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'res/client/css/partials') diff --git a/res/client/css/partials/base.scss b/res/client/css/partials/base.scss index 0ef90071..95fb58a1 100644 --- a/res/client/css/partials/base.scss +++ b/res/client/css/partials/base.scss @@ -81,4 +81,8 @@ input{ bottom: 10px; right: 80px; height: 30px; -} \ No newline at end of file +} + +#content { + height: 100%; +} -- cgit v1.3.1