aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-08-04 06:51:20 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-08-04 06:51:20 +0800
commitce2e9872cf7470dcf019db742bf5a1011fc1d300 (patch)
treecfeb871c36be1441f2887c73f0456b0aded1ef50 /ui/app/css
parent6176a4b1bf773bfe73d00bec1e4da1f95ffaf7d5 (diff)
downloadtangerine-wallet-browser-ce2e9872cf7470dcf019db742bf5a1011fc1d300.tar.gz
tangerine-wallet-browser-ce2e9872cf7470dcf019db742bf5a1011fc1d300.tar.zst
tangerine-wallet-browser-ce2e9872cf7470dcf019db742bf5a1011fc1d300.zip
Remove 100% properties that were messing up sizing.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 05bdb33af..e9a70b3a2 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -19,8 +19,6 @@ html, body {
font-weight: 300;
line-height: 1.4em;
background: #F7F7F7;
- width: 100%;
- height: 100%;
margin: 0;
padding: 0;
}