WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-15381c-325.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 = 107653 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: Make tab height adjust to screen resolution
1001albertpadilla
asked 5 years ago
How can I make the tab height adjust to the screen resolution? I'm currently controlling the tab height using this style -- height: 540px; overflow-y: scroll; overflow-x: hidden;
It looks good for screen resolution 1366x768. But when the resolution is increased to 1536x864 , the tab height looks short. How can I make the height adjust automatically? I tried using percentage but I can't seem to make it work.
Any advice please? Thanks!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.5.3
- Device: Laptop
- Browser: Chrome
- OS: Win 10
- Provided sample code: No
- Provided link: No