diff --git a/package.json b/package.json index e10e20f2..c8fd04c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "2.0.4", + "version": "2.0.5", "description": "Reuseable React Components to build mapping apps for all kinds of communities ", "repository": "https://github.com/utopia-os/utopia-ui", "homepage:": "https://utopia.os/", diff --git a/src/index.css b/src/index.css index 2351ed4c..1f795086 100644 --- a/src/index.css +++ b/src/index.css @@ -4,4 +4,16 @@ .tw-modal { z-index: 1200 !important; +} + +.tw-menu li a { + border-radius: 10px; +} + +.tw-modal { + z-index: 1200 !important; +} + +.tw-modal-box { + max-height: calc(100vh - 2em); } \ No newline at end of file