Skip to content

Commit ffa0925

Browse files
Magdalena Grigorovazdravkov
authored andcommitted
fix(multiselect): wrong dropdown height with margin on children in templates
1 parent d662285 commit ffa0925

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

styles/web/common/base.less

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,4 +901,19 @@ input.k-checkbox + label {
901901
display: inline-block;
902902
overflow: hidden;
903903
.disable-high-contrast();
904+
}
905+
906+
// Header/Footer templates
907+
.k-list-container {
908+
909+
.k-footer {
910+
911+
// ensure right calculating of popup - expanding parent to children with margin
912+
&:before,
913+
&:after {
914+
content: "";
915+
display: block;
916+
overflow: hidden;
917+
}
918+
}
904919
}

0 commit comments

Comments
 (0)