mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
css optimizations
This commit is contained in:
parent
174b3f07f7
commit
4e7170cfc9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "utopia-ui",
|
"name": "utopia-ui",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"description": "Reuseable React Components to build mapping apps for all kinds of communities ",
|
"description": "Reuseable React Components to build mapping apps for all kinds of communities ",
|
||||||
"repository": "https://github.com/utopia-os/utopia-ui",
|
"repository": "https://github.com/utopia-os/utopia-ui",
|
||||||
"homepage:": "https://utopia.os/",
|
"homepage:": "https://utopia.os/",
|
||||||
|
|||||||
@ -5,3 +5,15 @@
|
|||||||
.tw-modal {
|
.tw-modal {
|
||||||
z-index: 1200 !important;
|
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);
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user