57
Views
1
Comments
Solved
[OutSystems UI] Horizontal Scroll appears when there are columns inside Tabs
outsystems-ui
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

Simple use case, I have a page with Tabs, and one of the tabs has a columns block. 
As soon as the column has any content, the tab gets an horizontal scroll, even if it is a simple small text expression.


IssueTabsWithColumns.oml
2022-01-13 11-39-41
Bernardo Cardoso
Staff
Solution

Hi @Paulo Bastos,

Thank you for the feedback, we already fixed this on our side (ROU-3908) and it will be available on the OutSystems UI 2.13.0.


In the meantime, you can use this bit of CSS on your theme, to fix the issue:

.osui-tabs__content-item * {  

     max-width: 99.99%; 

}


Best regards,

Bernardo Cardoso

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.