Open ve2xe4 opened 4 years ago
Modal dialog has incorrect CSS for the <h3> title. It has position: absolute instead of relative. This causes the title to hide other elements.
<h3>
position: absolute
relative
Modal dialog has incorrect CSS for the
<h3>
title. It hasposition: absolute
instead ofrelative
. This causes the title to hide other elements.