opentype Posted November 1, 2022 Share Posted November 1, 2022 https://invisioncommunity.com/4guides/themes-and-customizations/css-framework/miscellaneous-r99/ Not used much anymore, but I also saw it failing on my site in the downloads app. Ehren 1 Link to comment Share on other sites More sharing options...
teraßyte Posted November 1, 2022 Share Posted November 1, 2022 Yep. I've reported this bug before, and even report the guide itself. Looks like they haven't gotten around to fix it still. 😋 Afrodude 1 Link to comment Share on other sites More sharing options...
SeNioR- Posted November 1, 2022 Share Posted November 1, 2022 caused by overflow: hidden; Afrodude 1 Link to comment Share on other sites More sharing options...
Solution Ehren Posted November 3, 2022 Solution Share Posted November 3, 2022 Thanks @opentype Despite an easy solution (changing the overflow), it's a bit of a tough bug to fix because buttons are currently designed to have truncated text if they're too wide for their parent. I'll potentially change this in a future version since it's not really ideal to truncate a button/CTA, but I'll fix this issue in the next update with the following code since it's less likely to break existing button layouts: .ipsButton:has(.ipsNotificationCount){ overflow: visible; } Afrodude and SeNioR- 2 Link to comment Share on other sites More sharing options...
Recommended Posts