restore overflow rule for nav icon svgs

This commit is contained in:
Mononaut
2025-04-30 14:52:11 +00:00
parent 0745695d6e
commit acd9d0f1f5
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
svg {
overflow: visible;
}

View File

@@ -3,6 +3,7 @@ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
@Component({
selector: 'app-svg-images',
templateUrl: './svg-images.component.html',
styleUrls: ['./svg-images.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class SvgImagesComponent {