refactor: improve mobile layout, sticky footer, and UI spacing
This commit is contained in:
@@ -84,7 +84,8 @@ body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
min-width: 320px;
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
overflow: hidden; /* Prevent body scroll */
|
||||
}
|
||||
|
||||
#app {
|
||||
@@ -92,6 +93,7 @@ body {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden; /* Prevent app scroll */
|
||||
}
|
||||
|
||||
/* Common UI Element Styles */
|
||||
|
||||
Reference in New Issue
Block a user