Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › General Discussions › Tabs › Tabs auto-height doesn’t work Tagged: tabs auto-heght This topic has 1 reply, 2 voices, and was last updated 3 years, 2 months ago by svetoslav_borislavov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 5, 2022 at 2:17 pm #103448 tbettinazzi@axioma.itParticipant I’ve a quite complex tab group with many tabs each one containg a css grid. I used an auto-height class in order to have each tab content respected but they seems to keep a fixed size smaller than the largest one. <smart-tabs style=”width : 100%” selected-index=”1″ class=”auto-height” id=”tabsConfiguration”> I tried to force the correct height setting also height 100% but nothing changed. Is there a solution ? Tks August 8, 2022 at 7:58 am #103458 svetoslav_borislavovParticipant 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 3 years, 2 months ago by svetoslav_borislavov. This reply was modified 3 years, 2 months ago by svetoslav_borislavov. This reply was modified 3 years, 2 months ago by svetoslav_borislavov. This reply was modified 3 years, 2 months ago by svetoslav_borislavov. This reply was modified 3 years, 2 months ago by svetoslav_borislavov. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In