Skip to content

Commit

Permalink
transition css property overridden for our root (closes DevExpress#…
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-dikareva authored and kirovboris committed Dec 18, 2019
1 parent 28226a1 commit f9a9b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/ui/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
top: 0px;
margin: 0 !important;
overflow: visible;
transition: none !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;

.layout-default();

Expand Down

0 comments on commit f9a9b08

Please sign in to comment.