/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

.map-layer-select-features-dialog {
  z-index: var(--uicore-z-index-cursor-overlay);
  max-width: 600px;
  min-height: 250px;
}

.map-layer-select-features-dialog.core-dialog .core-dialog-container .core-dialog-area > .core-dialog-content {
  overflow: hidden;
}
.map-layer-select-features-dialog .map-manager-sublayer-tree-content {
  min-height: 200px;
}
