blob: ae13387f065460f8d266e48f0a7a2274da8c44fd [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
/* become offset parent for content container */
.tab-main {
position: relative;
}
/* content fills remaining space */
.tab-main-content {
overflow: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* hidden, unless selected */
:host(.core-selected) {
display: flex !important;
}
:host {
display: none !important;
}