// Copyright (c) 2016-2018 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

// All z-indexes should come from here, to have a centralized file to reorganize them if needed

$clr-layers: (
  content: 0,
  select-box: 2,
  datagrid-header: 500,
  datagrid-host: 590,
  column-switch: 600,
  dropdown-menu: 1000,
  alert: 1033,
  sidepanel-bg: 1038,
  sidepanel: 1039,
  modal-bg: 1040,
  modal: 1050,
  tooltips: 1070,
  smart-popover: 5000,
  draggable-ghost: 2147483647// maximum possible value for z-index across all browsers
) !default;
