Skip to content

Commit 9024337

Browse files
authored
Merge pull request #271 from SYwaves/master
fix an overflow error on safari
2 parents 49f9969 + f7ca1a9 commit 9024337

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)