Skip to content

Commit 4b07938

Browse files
author
Manu
committed
- v1.7.0
1 parent a416a36 commit 4b07938

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/assets/jss/material-dashboard-react/dropdownStyle.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ const dropdownStyle = theme => ({
5050
color: "black"
5151
}
5252
},
53-
pooperNav: {
53+
popperNav: {
5454
[theme.breakpoints.down("sm")]: {
5555
position: "static !important",
5656
left: "unset !important",
5757
top: "unset !important",
5858
transform: "none !important",
59-
willChange: "none !important",
59+
willChange: "unset !important",
6060
"& > div": {
6161
boxShadow: "none !important",
6262
marginLeft: "0rem",

src/components/Navbars/AdminNavbarLinks.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class AdminNavbarLinks extends React.Component {
100100
className={
101101
classNames({ [classes.popperClose]: !open }) +
102102
" " +
103-
classes.pooperNav
103+
classes.popperNav
104104
}
105105
>
106106
{({ TransitionProps, placement }) => (

src/components/Navbars/RTLNavbarLinks.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class RTLNavbarLinks extends React.Component {
100100
className={
101101
classNames({ [classes.popperClose]: !open }) +
102102
" " +
103-
classes.pooperNav
103+
classes.popperNav
104104
}
105105
>
106106
{({ TransitionProps, placement }) => (

0 commit comments

Comments
 (0)