🚑 Fix swiperjs not working correctly after update

This commit is contained in:
2023-06-03 19:49:19 +02:00
parent 4dc83e92ce
commit 7b04760a7d

View File

@ -131,5 +131,6 @@ watch(changeDate, (date) => {
height: calc(100% - 150px);
overflow-y: auto;
padding-bottom: 100px;
touch-action: pan-y;
}
</style>