Omnibus commited on
Commit
11e84d1
·
1 Parent(s): c2d94aa

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +2 -3
back.html CHANGED
@@ -5,7 +5,7 @@
5
  <style>
6
  .container {
7
  position: relative;
8
- overflow: auto;
9
  width: 100%;
10
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
11
  }
@@ -16,8 +16,7 @@
16
  bottom: 0;
17
  right: 0;
18
  width: 100%;
19
- height: 800px;
20
- overflow:auto;
21
  }
22
  </style>
23
  </head>
 
5
  <style>
6
  .container {
7
  position: relative;
8
+ overflow: hidden;
9
  width: 100%;
10
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
11
  }
 
16
  bottom: 0;
17
  right: 0;
18
  width: 100%;
19
+ height: 100%;
 
20
  }
21
  </style>
22
  </head>