Skip to content

Commit 46ca6b4

Browse files
authored
Merge pull request angular-split#242 from bertrandg/krzysiekkogut-master
Hidden panes fix for IE11
2 parents a02de08 + b05a3fc commit 46ca6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/angular-split/src/lib/component/split.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/* When <as-split-area [visible]="false"> force size to 0. */
3434

3535
&.as-hidden {
36-
flex: 0 1 0 !important;
36+
flex: 0 1 0px !important;
3737
overflow-x: hidden;
3838
overflow-y: hidden;
3939
}
@@ -102,4 +102,4 @@
102102
}
103103
}
104104
}
105-
105+

0 commit comments

Comments
 (0)