EasyUI Forum
April 27, 2024, 08:17:35 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Vertical Scroll Bar is not Showing for Tab - TabPanelComponent in IE or Edge.  (Read 7425 times)
Swany
Newbie
*
Posts: 44


View Profile Email
« on: July 30, 2018, 12:27:47 PM »

The Vertical Scroll Bar is not Showing for TabPanelComponent in IE. Add a tab TabPanelComponent to a page. Now add enough text or other objects so that they vertically go off the bottom of the panel and page. Because objects are below the bottom of the page you should now see a vertical scroll bar when the page is rendered. This works in Chrome but not IE or Microsoft Edge.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: July 30, 2018, 07:15:14 PM »

Please add 'overflow:hidden' style to the TabPanelComponent.
Code:
<eui-tabs style="height:250px">
<eui-tab-panel [title]="'Tab1'" style="overflow:hidden">
    ...
</eui-tab-panel>
</eui-tabs>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!