ayush5710 commited on
Commit
9b9c3a3
·
1 Parent(s): 6638435

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -6
style.css CHANGED
@@ -17,17 +17,14 @@
17
 
18
  .iframe-container iframe {
19
  position: absolute;
20
- top: -410px; /* Shift the iframe content up by 100px to hide the top portion */
21
  width: 100%;
22
- height: 985px; /* Set the total height of your iframe content (visible + hidden) */
23
  /* height: 1200px; */
24
  overflow: hidden;
25
  border-radius: 5%;
26
  }
27
- .iframe-container iframe::-webkit-scrollbar {
28
- width: 0; /* Hide the scrollbar */
29
- height: 0;
30
- }
31
  .click {
32
  position: fixed;
33
  bottom: 31px; /* Adjust the distance from the bottom as needed */
 
17
 
18
  .iframe-container iframe {
19
  position: absolute;
20
+ top: -410px;
21
  width: 100%;
22
+ height: 985px;
23
  /* height: 1200px; */
24
  overflow: hidden;
25
  border-radius: 5%;
26
  }
27
+
 
 
 
28
  .click {
29
  position: fixed;
30
  bottom: 31px; /* Adjust the distance from the bottom as needed */