EasyUI Forum
April 27, 2024, 04:29:44 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [Solved] The menu has a scrollbar  (Read 4110 times)
erkin
Newbie
*
Posts: 29


View Profile
« 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.

« Last Edit: March 14, 2018, 11:57:51 PM by erkin » Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: March 14, 2018, 07:46:51 AM »

Please try to add 'overflow:hidden' style to the menu.
Code:
$('#mm').menu().css('overflow','hidden');
Logged
erkin
Newbie
*
Posts: 29


View Profile
« Reply #2 on: March 14, 2018, 11:57:22 PM »

Thanks, it works with !important rule:

overflow: hidden !important
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!