diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-24 20:52:03 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-24 20:52:03 +0200 |
| commit | 214fc0dcee580cbebc2f83437775e31b519e114a (patch) | |
| tree | de201e345e073bba4f8d300a91338c9029b3b912 /res/client/css/partials | |
| parent | 6a18b61b9934ad381f93d9b35f49ef3e8a38eca1 (diff) | |
base.scss: set content to expand vertically
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/base.scss | 6 |
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%; +} |
