disable scroobar drag and drop menu

disable scroobar drag and drop menu

by stephane ngov -
Number of replies: 3

Hi all,

in moodle 2.6, when hover a long menu in drag an drop ,

there is appear a scrool bar, (no want scrool bar horizontal and vertical)

i want disable it, how i can do ? with css or file javascript ?

we must scrool to display all other menu

 

thank's for reply an help smile

Attachment clean.png
Average of ratings: -
In reply to stephane ngov

Re: disable scroobar drag and drop menu

by stephane ngov -

I found the css

 

i must

 

overflowy-y:auto to overflowy:non

 

but how i can do this,

where is the file css ?

/theme/styles.php/clean/1387282647/all

 

 

 

 

 

Attachment modf_css.jpg
In reply to stephane ngov

Re: disable scroobar drag and drop menu

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi,

Hopefully the fix MDL-41788 will go into core.  In the mean time try adding:

.open > .dropdown-menu {
overflow: visible;
}

In the themes 'Custom CSS' setting.

Cheers,

Gareth