Removed duplicate css rules.

This commit is contained in:
orangemug 2017-04-02 16:11:14 +01:00
parent 2400c8ed00
commit 6b22ba2707

View file

@ -11,7 +11,6 @@
padding-top: $margin-3;
padding-bottom: $margin-3;
@include flex-column;
flex-direction: column;
flex-shrink: 0;
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
min-height: 0;
@ -40,7 +39,6 @@
.maputnik-modal-content {
padding: $margin-3;
@include flex-column;
flex-direction: column;
max-height: 90vh;
}