LIT-EIA / adapt-esdc-college-theme

MeD's official Adapt theme
GNU General Public License v3.0
2 stars 0 forks source link

Dialogue boxes (All popups) - When content is too long, can't scroll #8 (from adaptjsfixes) #9

Closed GGD4V closed 3 years ago

GGD4V commented 3 years ago

Adding overflow on the popup and height value in vw unit to maximize compatibility with 400% zoom requirements.

.notify.hotgraphic .notify-popup-content-inner .hotgraphic-popup-inner { padding: 20px; overflow-y: scroll; height: 25vw;