Semantic-Org/UI-Popup

Popup does not fit within the boundaries of the viewport

xerosanyam opened this issue · 1 comments

Getting this err, how to solve it?
thanks

fffx commented

@xerosanyam You can add some style

.popup {
  max-height: 500px; // all other value
  overflow: auto;
}