disable scroobar drag and drop menu

disable scroobar drag and drop menu

por stephane ngov -
Número de respostas: 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 sorriso

Anexo clean.png
Media de puntuacións: -
En resposta a stephane ngov

Re: disable scroobar drag and drop menu

por 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

 

 

 

 

 

Anexo modf_css.jpg
En resposta a stephane ngov

Re: disable scroobar drag and drop menu

por Gareth J Barnard -
Imaxe de Core developers Imaxe de Particularly helpful Moodlers Imaxe de 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