Fixes for firefox, this makes the range input only update on pointerup

This commit is contained in:
orangemug
2019-05-21 18:42:19 +01:00
parent 15cdfbc980
commit 41329ec2f8
2 changed files with 59 additions and 28 deletions

View File

@@ -183,3 +183,8 @@
margin-bottom: $margin-3;
}
}
.maputnik-input-block-content {
position: relative;
overflow: hidden;
}