Removed 100% height on login.html

Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
diff --git a/skyquake/framework/core/views/login.html b/skyquake/framework/core/views/login.html
index eb5e714..404b21e 100644
--- a/skyquake/framework/core/views/login.html
+++ b/skyquake/framework/core/views/login.html
@@ -2,15 +2,12 @@
 <head>
 <style>
     html, body {
-        height:100%;
-        width:100%;
         background: #f1f1f1;
     }
 
     #loginForm {
         display: flex;
         flex-direction: column;
-        height: 100%;
         text-align: center;
         align-items: center;
     }
@@ -115,4 +112,4 @@
         <input type='button' value='Submit' id='submit'>
     </form>
 </body>
-</html>
\ No newline at end of file
+</html>