remove frivolous will-change
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/579/head
parent
b9998b6a12
commit
9908f65dc7
|
@ -271,7 +271,6 @@ export default defineComponent({
|
||||||
|
|
||||||
// Note: you can't use transforms to animate the top
|
// Note: you can't use transforms to animate the top
|
||||||
// because it causes the viewer to be rendered incorrectly
|
// because it causes the viewer to be rendered incorrectly
|
||||||
will-change: top, height;
|
|
||||||
transition: top 0.2s ease, height 0.2s ease;
|
transition: top 0.2s ease, height 0.2s ease;
|
||||||
|
|
||||||
> .timeline-header {
|
> .timeline-header {
|
||||||
|
|
|
@ -1281,12 +1281,10 @@ export default defineComponent({
|
||||||
|
|
||||||
.pswp__zoom-wrap {
|
.pswp__zoom-wrap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
will-change: transform;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img.pswp__img {
|
img.pswp__img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
will-change: width, height;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pswp__button {
|
.pswp__button {
|
||||||
|
|
Loading…
Reference in New Issue