fix(dns-controls): improve responsive styles (#2534)

* fix(dns-controls): improve responsive styles

* fix: further dns-control improvements
This commit is contained in:
Meier Lukas
2025-03-08 20:54:35 +01:00
committed by GitHub
parent 7ec6fbc376
commit c0e1355d7f
2 changed files with 183 additions and 111 deletions

View File

@@ -62,14 +62,3 @@
.text-flash {
animation: glow 1s ease-in-out;
}
/*To apply to any ScrollArea that we want to flex. Same weird workaround as before*/
.flexed-scroll-area {
height: 100%;
.mantine-ScrollArea-viewport {
& div[style="min-width: 100%; display: table;"] {
display: flex !important;
height: 100%;
}
}
}