File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -251,21 +251,6 @@ const Dropdown = (($) => {
251
251
return $ ( this . _element ) . closest ( '.navbar' ) . length > 0
252
252
}
253
253
254
- _navbarPositioning ( ) {
255
- const $parentNavbar = $ ( this . _element ) . closest ( '.navbar' )
256
- if ( $ ( this . _menu ) . hasClass ( ClassName . MENURIGHT ) ) {
257
- if ( ! $parentNavbar . hasClass ( 'navbar-expand' ) ) {
258
- return {
259
- position : 'static' ,
260
- transform : '' ,
261
- float : 'none'
262
- }
263
- }
264
- }
265
-
266
- return { }
267
- }
268
-
269
254
_getPopperConfig ( ) {
270
255
const popperConfig = {
271
256
placement : this . _getPlacement ( ) ,
Original file line number Diff line number Diff line change 141
141
142
142
& #{$infix } {
143
143
@include media-breakpoint-down ($breakpoint ) {
144
- .navbar-nav {
145
- .dropdown-menu {
146
- position : static ;
147
- float : none ;
148
- }
149
- }
150
-
151
144
> .container ,
152
145
> .container-fluid {
153
146
padding-right : 0 ;
172
165
left : auto ; // Reset the default from `.dropdown-menu`
173
166
}
174
167
175
- .dropdown-menu-left {
176
- right : auto ;
177
- left : 0 ;
178
- }
179
-
180
168
.nav-link {
181
169
padding-right : .5rem ;
182
170
padding-left : .5rem ;
You can’t perform that action at this time.
0 commit comments