portal commited on
Commit
1491fea
·
1 Parent(s): 615f438

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +2 -3
back.html CHANGED
@@ -4,10 +4,9 @@
4
 
5
  <style>
6
  .container {
7
- position: flex;
8
- overflow: scroll;
9
  width: 100%;
10
- padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
11
  }
12
  .responsive-iframe {
13
  position: absolute;
 
4
 
5
  <style>
6
  .container {
7
+ position: relative;
8
+ overflow: hidden;
9
  width: 100%;
 
10
  }
11
  .responsive-iframe {
12
  position: absolute;