We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d46f5 commit f17d047Copy full SHA for f17d047
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## [angular](./README.md) version `changelog`
2
3
###### `v2.2.4`
4
+- refactor(dropdowns): remove temp css fix
5
- refactor(_nav.ts): NavData interface add semicolons
6
- update: `@angular/animations` to `^7.2.1`
7
- update: `@angular/common` to `^7.2.1`
src/app/views/buttons/dropdowns.component.css
@@ -1,3 +1,3 @@
.dropup .dropdown-menu {
- transform: none!important;
+ /*transform: none!important;*/
}
0 commit comments