Commit 317b5e6d by Torkel Ödegaard

fix(sidemenu): fixed issue with new sidemenu in optimized build, #3687

parent 38ddc88b
......@@ -16,6 +16,7 @@ class SideMenuCtrl {
grafanaVersion: any;
appSubUrl: string;
/** @ngInject */
constructor(private $scope, private $location, private contextSrv, private backendSrv) {
this.isSignedIn = contextSrv.isSignedIn;
this.user = contextSrv.user;
......
......@@ -24,7 +24,7 @@
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
transition: all 0.2s;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment