mirror of
https://github.com/mempool/mempool.git
synced 2025-09-25 15:01:06 +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({
|
||||
selector: 'app-svg-images',
|
||||
templateUrl: './svg-images.component.html',
|
||||
styleUrls: ['./svg-images.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class SvgImagesComponent {
|
||||
|
Reference in New Issue
Block a user