JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Tabs › Tabs auto-height doesn’t work › Reply To: Tabs auto-height doesn’t work
August 8, 2022 at 7:58 am
#103458
svetoslav_borislavov
Participant
Hi,
Have you applied these styles?
smart-tabs.auto-height {
width: 100%;
height: auto;
min-height: initial;
}
smart-tabs.auto-height smart-tab-item:not(.smart-visibility-hidden) {
position: relative;
}
You can see them in the auto-height example: https://www.htmlelements.com/demos/tabs/auto-height/
If you have and the problem is still there, please give me a quick demo!
Best Regards,
Svetoslav Borislavov
Smart UI Team
https://www.htmlelements.com/
- This reply was modified 2 years, 4 months ago by svetoslav_borislavov.
- This reply was modified 2 years, 4 months ago by svetoslav_borislavov.
- This reply was modified 2 years, 4 months ago by svetoslav_borislavov.
- This reply was modified 2 years, 4 months ago by svetoslav_borislavov.
- This reply was modified 2 years, 4 months ago by svetoslav_borislavov.