Skip to content

Commit bcaf583

Browse files
fix: resolve Subscribe button styling problems on Safari and Edge (#629)
1 parent eb1964c commit bcaf583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 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-
min-height: calc(100% - 8px);
74+
height: calc(100% - 8px);
7575
right: 4px;
7676
top: 4px;
7777
font-size: 1.05em;
@@ -84,6 +84,7 @@
8484
transition: all 0.15s ease;
8585
box-sizing: border-box;
8686
border: 1px solid currentColor;
87+
appearance: none;
8788
}
8889
}
8990
</style>

0 commit comments

Comments
 (0)