🎨 fix: Layering for Right-hand Side Panel (#11392)

* Updated the background color in mobile.css for improved visibility.
* Refactored class names in SidePanelGroup.tsx to utilize a utility function for better consistency and maintainability.
This commit is contained in:
Danny Avila 2026-01-18 11:59:26 -05:00 committed by GitHub
parent 922cdafe81
commit 5037617131
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -153,7 +153,7 @@
right: 0;
top: 0;
bottom: 0;
background-color: rgba(86, 88, 105, 0.75);
background-color: rgba(7, 7, 7, 0.4);
padding-left: 420px;
padding-top: 12px;
opacity: 0;