This commit is contained in:
2023-06-06 07:52:18 +02:00
parent a7dc492f55
commit 7909961665
2 changed files with 3 additions and 3 deletions

View File

@@ -68,6 +68,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 24rem;
padding: 2rem;
}
@@ -226,7 +227,7 @@
z-index: 10;
}
.section--preview.horizontal .close--preview {
/* .section--preview.horizontal .close--preview {
left: 0.25rem;
right: unset;
}
@@ -250,7 +251,7 @@
.section--preview.horizontal .preview--next {
top: 0;
right: unset;
}
} */
.section--preview.is-open {
display: flex;

View File

@@ -1,6 +1,5 @@
.swiper {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}