mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 09:10:30 +01:00
Removed duplicate css rules.
This commit is contained in:
parent
2400c8ed00
commit
6b22ba2707
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
padding-top: $margin-3;
|
padding-top: $margin-3;
|
||||||
padding-bottom: $margin-3;
|
padding-bottom: $margin-3;
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
flex-direction: column;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
@ -40,7 +39,6 @@
|
||||||
.maputnik-modal-content {
|
.maputnik-modal-content {
|
||||||
padding: $margin-3;
|
padding: $margin-3;
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
flex-direction: column;
|
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue