fix(theme): fix fixed position failure in Safari
This commit is contained in:
parent
05d55e5035
commit
4119b67e0b
@ -83,10 +83,6 @@ watchPostEffect(() => {
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
[data-theme] {
|
|
||||||
will-change: clip-path, filter, opacity;
|
|
||||||
}
|
|
||||||
|
|
||||||
::view-transition-image-pair(root) {
|
::view-transition-image-pair(root) {
|
||||||
isolation: auto;
|
isolation: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -71,11 +71,11 @@ const iconName = computed<string | { svg: string }>(() => {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vp-card-wrapper .body :first-child {
|
.vp-card-wrapper .body > :first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vp-card-wrapper .body :last-child {
|
.vp-card-wrapper .body > :last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user