Refactor style for dropdown
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 1m13s

This commit is contained in:
2025-04-08 01:45:48 +02:00
parent de42286cd5
commit 778b123c64
12 changed files with 78 additions and 60 deletions

View File

@@ -1,6 +1,8 @@
.page {
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
max-height: 100vh;
height: 100vh;
}
.orb {