In my Editor widget, the height and width of my attributeInspector window seems consistently too small. There are scrollbars for both height and width.
Should I be changing the style of the esriPopup? It doesn't seem like I should have to.
I don't have a lot of styles set on this. None of the styles provided in the documentation seem to control the height/width of the entire contentpane.
.esriPopup.light .contentPane, .esriPopup.dark .contentPane {
padding: 0 1em 1em 1em;
}
.atiLayerName{
display:none;
}
.title{
font-weight: 600;
}
.esriPopup .titlePane, .esriPopup.light .titlePane, .esriPopup.dark .titlePane {
background-color: #cbddeb;
padding: 5px 0 0 5px;
font-size: 1.1em;
font-weight:bold;
}I commented all these, but still I have scrollbars.