Fixed <LayerEditor/> overflow issues.

This commit is contained in:
orangemug
2018-07-15 13:17:47 +01:00
parent b211f1cd12
commit 968d7d7fda
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
//SCROLLING
.maputnik-scroll-container {
overflow-x: visible;
overflow-x: hidden;
overflow-y: scroll;
bottom: 0;
left: 0;