summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-24 20:52:03 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-24 20:52:03 +0200
commit214fc0dcee580cbebc2f83437775e31b519e114a (patch)
treede201e345e073bba4f8d300a91338c9029b3b912 /res/client/css/partials
parent6a18b61b9934ad381f93d9b35f49ef3e8a38eca1 (diff)
base.scss: set content to expand vertically
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/base.scss6
1 files changed, 5 insertions, 1 deletions
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%;
+}