mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-23 17:17:02 -05:00
fixed-scrolling-past-footer
Now you shouldn't be able to scroll past the footer due to the size of the oval.
This commit is contained in:
@@ -636,8 +636,8 @@ section.update-signup div.circle {
|
||||
/* the next 4 lines make it so the circle is always the same aspect ratio and covers enough of the screen */
|
||||
width: 2591px;
|
||||
height: 1454px;
|
||||
min-width: 135vw;
|
||||
min-height: 76vw; /* yes, this is supposed to be in vw */
|
||||
min-width: 145vw;
|
||||
min-height: 13vw; /* yes, this is supposed to be in vw */
|
||||
border-radius: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -1009,4 +1009,4 @@ section.update-signup div.circle {
|
||||
.purple-circle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user