/* Global sidebar styles */

.nav-ng-scrollbar {
  height: 100% !important;
  overflow-y: scroll !important;
}

.assetsBar {
  overflow-y: scroll;
  height: calc(100vh - 300px) !important;
}

