From 4e7170cfc9ccb753d7c9ff0b4d97b8eda5a8b1e7 Mon Sep 17 00:00:00 2001 From: AT Date: Mon, 22 May 2023 23:05:18 +0200 Subject: [PATCH] css optimizations --- package.json | 2 +- src/index.css | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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