creativetimofficial / blk-design-system

232 stars 137 forks source link

Modal moves down further down the page when more elements are inside. #15

Closed charliea21 closed 4 years ago

charliea21 commented 4 years ago

Hello. I am experiencing an annoying issue where a modal is places so far down the page depending on how many elements/content is in it.

Here's a GIF of the issue: https://gyazo.com/8db8085564672957fbb433eafd175651

rarestoma commented 4 years ago

Hi @charliea21,

Thank you for working with our products.

Please remove 'transform: translateY(30%)' from .modal.show .modal-dialog and now it should work properly.

I hope it helps.

All the best, Rares

charliea21 commented 4 years ago

Thank you. This has solved my issue.