updates
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
min-height: calc(var(--vh, 1vh) * 100); // Dynamic viewport height for mobile browsers
|
||||
min-height: -webkit-fill-available; // iOS viewport fix
|
||||
background: #0a0a0a;
|
||||
overflow-x: hidden; // Prevent horizontal scroll
|
||||
overflow-y: auto; // Allow vertical scroll if content is too long
|
||||
overflow: hidden; // Prevent all scrolling in banner
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start; // Align content to top
|
||||
|
||||
Reference in New Issue
Block a user