Skip to content

Commit 10bc521

Browse files
committed
Fix: Buttons dropdowns in Bootstrap 4 use a div container
- https://datatables.net/forums/discussion/50428/
1 parent 59b2d4d commit 10bc521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/buttons.bootstrap4.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
@import 'mixins.scss';
33
@import 'common.scss';
44

5-
ul.dt-button-collection.dropdown-menu {
5+
div.dt-button-collection.dropdown-menu {
66
display: block;
77
z-index: 2002;
88

99
@include dtb-fixed-collection();
1010
}
1111

12-
ul.dt-button-collection {
12+
div.dt-button-collection {
1313
@include dtb-fixed-collection();
1414

1515
&.fixed {

0 commit comments

Comments
 (0)