fix handle inside system

This commit is contained in:
arifal
2025-08-20 02:30:46 +07:00
parent 844fbdfa89
commit 6a060f5dac
3 changed files with 21 additions and 2 deletions

View File

@@ -48,6 +48,15 @@
max-width: 100vw;
}
// Fix for SVG scaling issue
#lack-of-potential-fixed-container svg {
width: 17px !important;
height: 17px !important;
max-width: 17px !important;
max-height: 17px !important;
transform: none !important;
}
.lack-of-potential-wrapper::before {
content: "";
position: absolute;