disable scroobar drag and drop menu

disable scroobar drag and drop menu

stephane ngov írta időpontban
Válaszok szám: 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 mosoly

clean.png csatolmány
Értékelések átlaga: -
Válasz erre: stephane ngov

Re: disable scroobar drag and drop menu

stephane ngov írta időpontban

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

 

 

 

 

 

modf_css.jpg csatolmány
Válasz erre: stephane ngov

Re: disable scroobar drag and drop menu

Gareth J Barnard írta időpontban
Kép Kép Kép

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