Closed nathanjosiah closed 6 years ago
The overflow: hidden on .getmdl-select .mdl-menu__container and the overflow-y: auto on .getmdl-select__fix-height .mdl-menu__container is causing the shadow of the menu to be lost. This can be seen on both of the demo configurations.
overflow: hidden
.getmdl-select .mdl-menu__container
overflow-y: auto
.getmdl-select__fix-height .mdl-menu__container
Partially (sometimes fully) missing on:
and totally missing on:
compare to the mdl menu:
Thanks, Nathanjosiah Will fix this in a new release
The
overflow: hidden
on.getmdl-select .mdl-menu__container
and theoverflow-y: auto
on.getmdl-select__fix-height .mdl-menu__container
is causing the shadow of the menu to be lost. This can be seen on both of the demo configurations.Partially (sometimes fully) missing on:
and totally missing on:
compare to the mdl menu: