mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-20 00:09:11 +00:00
10 lines
168 B
CSS
10 lines
168 B
CSS
#kapa-widget-container {
|
|
z-index: 10000 !important;
|
|
position: absolute !important;
|
|
}
|
|
|
|
.mantine-Modal-root {
|
|
z-index: 10000;
|
|
position: absolute;
|
|
}
|