fix: fixed header on desktop PWA with flex-shrink and min-height
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
}
|
||||
|
||||
.game-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
flex-shrink: 0;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -222,6 +221,7 @@
|
||||
|
||||
.game-content {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
@@ -437,6 +437,7 @@
|
||||
}
|
||||
|
||||
.input-container {
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user