/*
* Copyright IBM Corp. 2023, 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/config' as *;

$story-prefix: 'tearsheet-stories';

#page-content-selector {
  position: absolute;
  z-index: 9999;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.#{$story-prefix}__tabs .#{$prefix}--tab-content {
  display: none;
}
