@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
14 lines (12 loc) • 562 B
JavaScript
/**
* Copyright IBM Corp. 2020, 2026
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import { css } from "lit";
//#region src/components/tearsheet/story-styles.scss?lit
var story_styles_default = css(["#page-content-selector{inset-block-start:0;inset-inline-start:0;position:absolute;z-index:9999}.tearsheet-stories__tabs .cds-custom--tab-content{display:none}"]);
//#endregion
export { story_styles_default as default };
//# sourceMappingURL=story-styles.scss.js.map