Dropdown is overflow from modal #695
Answered
by
ko2in
hajanajubudeen88
asked this question in
Modules (Modal, Dropdown, Popup, Calendar, Toast, ...)
-
Bug ReportDropdown is overflow from modalSteps to reproduce
Actual resultTestcase |
Beta Was this translation helpful? Give feedback.
Answered by
ko2in
Apr 25, 2019
Replies: 2 comments
-
@hajanajubudeen88 , remove Here is the modified version of your fiddle. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lubber-de
-
@ko2in Awesome it's working perfectly Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hajanajubudeen88 , remove
image
from the class name of your modal content. Change<div class="image content">
to<div class="content">
Here is the modified version of your fiddle.