add swiper view to show

This commit is contained in:
2023-05-18 11:54:47 +02:00
parent e94766898d
commit 551bed9a77
16 changed files with 162 additions and 22 deletions

View File

@@ -23,6 +23,20 @@
}
box-sizing: border-box;
&.fullscreen {
border-radius: 0;
background: #ffff;
margin: 0;
color: #000;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: unset;
z-index: 10;
}
}
.heading {