css optimizations

This commit is contained in:
AT 2023-05-22 23:05:18 +02:00
parent 174b3f07f7
commit 4e7170cfc9
2 changed files with 13 additions and 1 deletions

View File

@ -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/",

View File

@ -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);
}