File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ .dropup .dropdown-menu {
2
+ transform : none!important ;
3
+ }
Original file line number Diff line number Diff line change 162
162
</ div >
163
163
< div class ="card-body ">
164
164
< div class ="btn-group " dropdown [dropup] ="isDropup ">
165
- < button dropdownToggle type ="button " class ="btn btn-primary dropdown-toggle ">
165
+ < button id =" button-dropup " dropdownToggle type ="button " class ="btn btn-primary dropdown-toggle ">
166
166
Dropup < span class ="caret "> </ span >
167
167
</ button >
168
- < ul *dropdownMenu class ="dropdown-menu " role ="menu ">
168
+ < ul id =" dropdown-dropup " *dropdownMenu class ="dropdown-menu " role ="menu " aria-labelledby =" button-dropup ">
169
169
< li role ="menuitem "> < a class ="dropdown-item " href ="# "> Action</ a > </ li >
170
170
< li role ="menuitem "> < a class ="dropdown-item " href ="# "> Another action</ a >
171
171
</ li >
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { Component } from '@angular/core';
2
2
3
3
@Component ( {
4
4
templateUrl : 'dropdowns.component.html' ,
5
+ styleUrls : [ 'dropdowns.component.css' ]
5
6
} )
6
7
export class DropdownsComponent {
7
8
You can’t perform that action at this time.
0 commit comments