Select to view content in your preferred language

increase pop-up height

322
1
12-06-2023 12:14 PM
dwismer
Emerging Contributor

How can I increase the popup height? Currently I have vertical scroll and would like to make the pop-up "taller". 

0 Kudos
1 Reply
Paco
by
Frequent Contributor

Hello.   I have used this CSS with good results-

/*change size of popup window*/
.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container
{
  max-height: 1000px !important;
  max-width: 443px !important;
}