fix: improve desktop layout, scrolling and background
This commit is contained in:
@@ -130,7 +130,6 @@
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -139,18 +138,18 @@ body {
|
||||
padding: 20px;
|
||||
font-family: 'Segoe UI', 'Roboto', Helvetica, Arial, sans-serif;
|
||||
background: var(--bg-gradient);
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
color: var(--text-color);
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Ensure no other content is visible */
|
||||
#app {
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user