display: none;
display: ;
dijitpopupparent="layerBtn"
div[dijitpopupparent="layerBtn"]
{
display:;
}I don't think they'll be able to easily keep the drop down layer list open. They would be better off removing the existing layer list from the drop down button and positioning it where they'd like - maybe floating on the map?
They would be better off removing the existing layer list from the drop down button and positioning it where they'd like - maybe floating on the map?
div#bc + div{
display: auto;
}body :nth-child(2) {
display: auto;
}