Merge branch 'ent-11477-quitar-barra-de-desplazamiento-en-menu' into 'develop'
Ent 11477 quitar barra de desplazamiento en menu See merge request artica/pandorafms!6068
This commit is contained in:
commit
1ab646a725
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
|
||||
#div_display::-webkit-scrollbar:vertical {
|
||||
width: 5px;
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
#div_display::-webkit-scrollbar-button:increment,
|
||||
|
@ -57,7 +57,7 @@
|
|||
}
|
||||
|
||||
#div_management::-webkit-scrollbar:vertical {
|
||||
width: 5px;
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
#div_management::-webkit-scrollbar-button:increment,
|
||||
|
|
Loading…
Reference in New Issue