Skip to content
Snippets Groups Projects
Commit 79b9e941 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2837 OZG-2899 Darstellung der Icons in linker Navigation korrigieren

Angular 14 hat ein `overflow: hidden` für alle mat-icon's eingeführt. Das ist überflüssig und teilweise störend, soweit aktuell beurteilt werden kann. Daher als allgemeiner Fix implementiert. Siehe auch https://github.com/angular/components/issues/25101
parent 76855f25
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
@import "base/setup";
@import "layout/main";
@import "material/tabs";
@import "material/icons";
@import "~libs/navigation/src/lib/navigation/navigation.theme";
@import "~libs/navigation/src/lib/header-container/header/header.theme";
@import "~libs/ui/src/lib/ui/expansion-panel/expansion-panel.theme";
......
.mat-icon {
overflow: unset !important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment