feat: Add settings popup close trigger to improve user experience

This commit is contained in:
sethburkart123
2024-09-19 16:21:31 +10:00
parent 03ffe22fbb
commit a0082dc895
5 changed files with 63 additions and 7 deletions
+1
View File
@@ -36,4 +36,5 @@
transform-origin: 70% 0;
will-change: opacity, transform;
transform: translateZ(0); // promotes GPU rendering
transition: opacity 0.05s, transform 0.05s;
}