page flip sound

This commit is contained in:
hamid zarghami
2026-05-03 09:16:48 +03:30
parent acb2f33b67
commit 3cffa1b107
3 changed files with 97 additions and 8 deletions
+18
View File
@@ -115,6 +115,24 @@ div.stf__item.page,
overflow: hidden;
}
/* موبایل: بدون سایهٔ کادر کتاب تا لبهٔ صفحه هنگام ورق دیده شود؛ overflow و contain کمتر تا بریدگی ۳D نماند */
@media (max-width: 767px) {
.flipbook-container {
box-shadow: none;
border-radius: 2px;
overflow: visible;
}
.flipbook-container .stf__wrapper {
overflow: visible !important;
}
.flipbook-container .stf__item {
contain: none;
overflow: visible !important;
}
}
/* استایل برای صفحات داخل flipbook */
.flipbook-container .stf__item,
.flipbook-container .page {