Skip to content

Commit 61eacaa

Browse files
authored
fix(grid): On Safari set padding to 0 when hiding the toggle (#14330)
1 parent e3b43fe commit 61eacaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/overlay/_overlay-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
width: 0;
107107
min-width: 0;
108108
height: 0;
109+
// needed for bug #14302
110+
padding: 0 !important;
109111
top: 0;
110112
left: 0;
111113
margin: -1px;

0 commit comments

Comments
 (0)