src/lib/components/Pages/Pictuary.svelte
CHANGED
|
@@ -244,7 +244,7 @@
|
|
| 244 |
background: white;
|
| 245 |
position: sticky;
|
| 246 |
top: 0;
|
| 247 |
-
z-index:
|
| 248 |
}
|
| 249 |
|
| 250 |
.page-header h1 {
|
|
|
|
| 244 |
background: white;
|
| 245 |
position: sticky;
|
| 246 |
top: 0;
|
| 247 |
+
z-index: 100;
|
| 248 |
}
|
| 249 |
|
| 250 |
.page-header h1 {
|
src/lib/components/Piclets/PicletDetail.svelte
CHANGED
|
@@ -230,7 +230,7 @@
|
|
| 230 |
position: fixed;
|
| 231 |
inset: 0;
|
| 232 |
background: #f2f2f7;
|
| 233 |
-
z-index:
|
| 234 |
display: flex;
|
| 235 |
flex-direction: column;
|
| 236 |
}
|
|
@@ -239,6 +239,7 @@
|
|
| 239 |
.navigation-bar {
|
| 240 |
background: white;
|
| 241 |
padding: 16px;
|
|
|
|
| 242 |
display: flex;
|
| 243 |
align-items: center;
|
| 244 |
justify-content: space-between;
|
|
|
|
| 230 |
position: fixed;
|
| 231 |
inset: 0;
|
| 232 |
background: #f2f2f7;
|
| 233 |
+
z-index: 2000;
|
| 234 |
display: flex;
|
| 235 |
flex-direction: column;
|
| 236 |
}
|
|
|
|
| 239 |
.navigation-bar {
|
| 240 |
background: white;
|
| 241 |
padding: 16px;
|
| 242 |
+
padding-top: calc(16px + env(safe-area-inset-top, 0));
|
| 243 |
display: flex;
|
| 244 |
align-items: center;
|
| 245 |
justify-content: space-between;
|