UNPKG

@jpmorganchase/perspective-examples

Version:
31 lines (28 loc) 634 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. * */ perspective-viewer { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } @media (max-width: 600px) { html { overflow: hidden; } body { position: fixed; height: 100%; width: 100%; margin: 0; overflow: hidden; touch-action: none; } }