Compare commits

...
1 Commits
Author SHA1 Message Date
shamoonandGitHub 8ad5e8cca3 Fix: remove shadow around attribute pages (#13696) 2026-08-15 11:32:23 -07:00
@@ -69,7 +69,7 @@
} }
</ul> </ul>
<div class="my-3 shadow-sm"> <div class="my-3">
<ng-container <ng-container
[ngComponentOutlet]="activeSection?.component" [ngComponentOutlet]="activeSection?.component"
#activeOutlet="ngComponentOutlet" #activeOutlet="ngComponentOutlet"