mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 04:02:52 +02:00
restore overflow rule for nav icon svgs
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
svg {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
@@ -3,6 +3,7 @@ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-svg-images',
|
selector: 'app-svg-images',
|
||||||
templateUrl: './svg-images.component.html',
|
templateUrl: './svg-images.component.html',
|
||||||
|
styleUrls: ['./svg-images.component.scss'],
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class SvgImagesComponent {
|
export class SvgImagesComponent {
|
||||||
|
Reference in New Issue
Block a user