Skip to content

Commit

Permalink
Fix for drop down menu not working (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Sep 8, 2023
1 parent 5e1ce40 commit 7dfc060
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13136,3 +13136,12 @@ div.forum__add {
.navbar .form-inline .form-actions {
display: none !important;
}

.sticky-top {
z-index: 500 !important;
}

.navbar-text{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ __webpack_require__.r(__webpack_exports__);
var EVENT_CLICK_DATA_API$2 = "click" + EVENT_KEY$6 + DATA_API_KEY$3;
var EVENT_KEYDOWN_DATA_API = "keydown" + EVENT_KEY$6 + DATA_API_KEY$3;
var EVENT_KEYUP_DATA_API = "keyup" + EVENT_KEY$6 + DATA_API_KEY$3;
var SELECTOR_DATA_TOGGLE$2 = '[data-toggle="dropdown"]';
var SELECTOR_DATA_TOGGLE$2 = '[data-bs-toggle="dropdown"]';
var SELECTOR_FORM_CHILD = '.dropdown form';
var SELECTOR_MENU = '.dropdown-menu';
var SELECTOR_NAVBAR_NAV = '.navbar-nav';
Expand Down

0 comments on commit 7dfc060

Please sign in to comment.