diff --git a/src/styles/Filters.css b/src/styles/Filters.css index c7369ec..b7821e6 100644 --- a/src/styles/Filters.css +++ b/src/styles/Filters.css @@ -22,6 +22,7 @@ top: 15%; left: 30%; right: 30%; + min-width: 300px; position: absolute; -moz-user-select: none; -webkit-user-select: none; diff --git a/src/styles/SendItem.css b/src/styles/SendItem.css index 3a160e7..bb7d1b3 100644 --- a/src/styles/SendItem.css +++ b/src/styles/SendItem.css @@ -18,8 +18,9 @@ position: absolute; z-index: 2; top: 15%; - left: 20%; - right: 20%; + left: 30%; + right: 30%; + min-width: 300px; background-color: #1f2c38; overflow-x: hidden; overflow-y: auto;