Skip to content

Commit f7ca1a9

Browse files
committed
fix an overflow error on safari
1 parent 49f9969 commit f7ca1a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/parts/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ div#container-wrap {
198198
background-color: rgb(var(--search-icon-color));
199199
color: transparent;
200200
mask: var(--search-icon-mask) 0.375rem 0.3125rem / calc((var(--search-height) + 0.25rem) / 2) calc((var(--search-height) + 0.25rem) / 2) no-repeat;
201+
overflow: hidden;
201202
}
202203

203204
&:is(:hover, :active) {

0 commit comments

Comments
 (0)