EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: erkin on March 13, 2018, 11:24:47 PM



Title: [Solved] The menu has a scrollbar
Post by: erkin on March 13, 2018, 11:24:47 PM
Please, help me.
There is a scroll bar in the menu if the scale in the browser is more than 100%. Also, if the desktop settings (Linux Mint 18, Mate Desktop) are set to a certain value of dpi (138).
This is manifested in Chromium 64.0.3282.167 only, in Firefox is OK.



Title: Re: The menu has a scrollbar
Post by: jarry on March 14, 2018, 07:46:51 AM
Please try to add 'overflow:hidden' style to the menu.
Code:
$('#mm').menu().css('overflow','hidden');


Title: Re: The menu has a scrollbar
Post by: erkin on March 14, 2018, 11:57:22 PM
Thanks, it works with !important rule:

overflow: hidden !important