This commit is contained in:
karyamanswasta
2025-08-27 05:54:02 +07:00
parent f58b40c70d
commit df203447a9
20 changed files with 2344 additions and 1701 deletions

View File

@@ -17,15 +17,16 @@ code {
/* Ensure proper scrolling behavior */
html, body {
height: 100%;
width: 100%;
overflow: hidden;
min-height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
#root {
height: 100%;
width: 100%;
overflow: hidden;
min-height: 100%;
overflow: visible;
}
/* Custom scrollbar */
@@ -95,4 +96,4 @@ html, body {
max-height: 80vh;
overflow-y: auto;
}
}
}