1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-11-26 21:34:47 +03:00

Set height of compare component to the same as loader

This commit is contained in:
Rune Bjørnerås 2020-05-02 10:33:54 +02:00
parent 4e5edbdf6a
commit 97d82e352b

View File

@ -213,6 +213,7 @@ export default {
}
.twentytwenty-container {
z-index: 0;
height: 45vw;
img {
z-index: auto;
}
@ -223,7 +224,7 @@ export default {
z-index: auto;
}
&:hover > .twentytwenty-overlay {
opacity: 0!important;
opacity: 0 !important;
}
}