Skip to content

Commit c90f4fa

Browse files
authored
Fix newsletter button on safari (#625)
1 parent 057f7f7 commit c90f4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/theme/components/Newsletter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
position: absolute;
7272
padding: 4px 20px;
7373
margin: 0;
74-
height: calc(100% - 8px);
74+
min-height: calc(100% - 8px);
7575
right: 4px;
7676
top: 4px;
7777
font-size: 1.05em;

0 commit comments

Comments
 (0)