Skip to content

Commit 8624bcb

Browse files
CORE: fix safari broken header issue (#751)
* CORE: fix safari broken header issue * CORE: fix lint issue * CORE: fix lint
1 parent ab2f587 commit 8624bcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/modules/header/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
& .menu-list {
304304
flex-wrap: wrap;
305305
width: max-content;
306+
min-width: 600px;
306307
max-height: 20rem;
307308
}
308309
}
@@ -375,6 +376,7 @@
375376
& .menu-list {
376377
flex-direction: row;
377378
width: max-content;
379+
min-width: 258px;
378380
max-height: 20rem;
379381
}
380382

@@ -429,6 +431,7 @@
429431
& .menu-list {
430432
flex-direction: row;
431433
width: max-content;
434+
min-width: 491px;
432435
max-height: 20rem;
433436
gap: 24px;
434437
padding: 10px;

0 commit comments

Comments
 (0)