ff body style fix

This commit is contained in:
Victor Baranov 2018-11-08 11:24:26 +03:00
parent b3321cea44
commit b5a89d7381
2 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>Nifty Wallet</title>
</head>
<body>
<body class="ff-body-style">
<div id="app-content"></div>
<script src="./ui.js" type="text/javascript" charset="utf-8"></script>
</body>

View File

@ -24,6 +24,13 @@ html, body {
height: 100%;
}
@-moz-document url-prefix() {
.ff-body-style {
width:357px;
height:600px;
}
}
html {
min-height: 500px;
overflow: -moz-scrollbars-none;