UNPKG

@finos/perspective-viewer

Version:

The `<perspective-viewer>` Custom Element, frontend for Perspective.js

25 lines (21 loc) 523 B
/****************************************************************************** * * Copyright (c) 2017, the Perspective Authors. * * This file is part of the Perspective library, distributed under the terms * of the Apache License 2.0. The full license can be found in the LICENSE * file. * */ :host { .scroll-panel-container { will-change: transform; } .scroll-panel-auto-width { height: 1px; margin-top: -1px; } .scroll-panel-content { width: 100%; } }