Hi,
Scroll bar appears in textbox when switching tab, the textbox is multi line.
How to make the scroll bar not appear
Please check.
https://stackblitz.com/edit/angular-mk4niw?file=app.component.ts
|
<div class="control-section e-tab-section">
<div class="e-sample-resize-container"> <!-- Render the Tab Component --> <ejs-tab id="tab_default" heightAdjustMode='Content'> ............................................................... </ejs-tab> </div> </div> |
I have a dialog window, the tab page height need to be 100%, and the multi line textbox in tab height to be 100%.
So I not follow the content.