t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

FIX: Windows Scrollbars #777

Closed eek closed 6 years ago

eek commented 6 years ago

On windows, overflow scroll always shows scroll-bars which are hideous, auto must be used to be hidden when not needed.

With overflow-y: scroll;

image

There are 2 scrollbars on the right, vs:

image

just one with overflow-y: auto;


Same goes with the code examples: image

image


With a lot of text, it works as expected:

image

t4t5 commented 6 years ago

Thanks! Since I almost never use a Windows machine, I often overlook these kinds of bugs.