Omnibus commited on
Commit
64e354c
·
1 Parent(s): b9c80b4

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +1 -1
back.html CHANGED
@@ -5,7 +5,7 @@
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
  }
 
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
  }