aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-30 13:35:43 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-30 13:35:43 +0100
commit8a074dedb6ded00589ea9890fd6b40789cf920ce (patch)
tree71621bea2d4961e445c82f9d73114f64940f334a /view/theme/redbasic/css
parentc9cbd2f4f6cb432c6558bd88d783b356f0311a09 (diff)
downloadvolse-hubzilla-8a074dedb6ded00589ea9890fd6b40789cf920ce.tar.gz
volse-hubzilla-8a074dedb6ded00589ea9890fd6b40789cf920ce.tar.bz2
volse-hubzilla-8a074dedb6ded00589ea9890fd6b40789cf920ce.zip
css fixes and get rid of a javascript workaround
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f6403e9e7..091ad292e 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -8,8 +8,8 @@
/* generals */
html {
- height: 100%;
font-size: 100%;
+ overflow-x: hidden;
}
body {
@@ -21,7 +21,6 @@ body {
background-size: cover;
color: $font_colour;
margin: 0px;
- height: 100%;
overflow-x: hidden;
}