@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.01 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2016 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.network-waterfall-v-scroll {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n overflow-x: hidden;\n margin-top: 31px;\n z-index: 200;\n}\n\n.-theme-with-dark-background .network-waterfall-v-scroll {\n /**\n * Waterfall scrollbars are implemented as overflowing elements on top of the\n * scrollable content. The actual content is a viewport without scrollbars.\n * When using a dark theme, we should inform Blink that the content is dark,\n * so that the native scrollbars are colored accordingly.\n */\n background: rgb(0 0 0 / 1%);\n}\n\n.network-waterfall-v-scroll.small {\n margin-top: 27px;\n}\n\n.network-waterfall-v-scroll-content {\n width: 15px;\n pointer-events: none;\n}\n\n/*# sourceURL=networkWaterfallColumn.css */\n");export default styles;