TheLostBrain
Results
1
comments of
TheLostBrain
If you're using bootstrap / ui-bootstrap (angular) modals and looking for a simple one-liner fix here it is: .modal-dialog { transform: none !important; } Note: This override is obviously far...