mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-09 01:16:50 -05:00
fix: scrolling
This commit is contained in:
@@ -39,16 +39,16 @@ body,
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
position: relative; /* This fixes overflow-x not hiding on Safari on mobile */
|
||||
overflow: hidden;
|
||||
overflow-x: hidden;
|
||||
margin: 0;
|
||||
color: var(--text-shade-3);
|
||||
justify-content: center;
|
||||
font-family: Poppins, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.main-body {
|
||||
/* .main-body {
|
||||
overflow-y: hidden; /* Fixes the dowuble scrollbars caused by the last background circle */
|
||||
}
|
||||
/*}*/
|
||||
|
||||
code {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user