WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160865-48.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 104252 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: mdb-carousel scrolling down
Adrian Dragomir
asked 6 years ago
I have a 100vh height mdb-carousel slider in my header on mobile (Android/Chrome) but can't swipe to scroll down the page. Side swipe to trigger slide transitions works fine but no page scrolling is happening on upward or downward swipe. Using version mdb-angular-free-8.6.0.
Any help appreciated! Thanks!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.6.0
- Device: any
- Browser: Chrome
- OS: Android
- Provided sample code: No
- Provided link: No
Bartosz Termena staff commented 6 years ago
Hi!
Could you show me your code?
Best Regards, Bartosz.
Adrian Dragomir commented 6 years ago
Yes, of course.
app.component.html A carousel with controls and indicators from https://mdbootstrap.com/docs/angular/advanced/carousel/
Plus some text:
Adrian Dragomir commented 6 years ago
app.component.scss .carousel { height: 100vh;}
.carousel .carousel-inner { height: 100vh;}
.carousel .carousel-inner .carousel-item,.carousel .carousel-inner .active { height: 100vh;
}