fix: improve desktop layout, scrolling and background

This commit is contained in:
2026-02-11 06:14:19 +01:00
parent bb2ecfd970
commit d24992b826
3 changed files with 12 additions and 4 deletions

View File

@@ -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;