// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // // Copyright (c) KALEIDOS INC @use "ds/_sizes.scss" as *; @use "ds/_utils.scss" as *; .element-options { display: flex; flex-direction: column; gap: var(--sp-l); width: 100%; max-height: calc(100vh - px2rem(128)); // TODO: Fix this hardcoded value padding-top: var(--sp-s); padding-inline: var(--sp-m); overflow: hidden auto; scrollbar-gutter: stable; background-color: var(--low-emphasis-background); } .workspace-element-options { max-height: calc(100vh - px2rem(180)); // TODO: Fix this hardcoded value padding-inline: var(--sp-m); background-color: var(--low-emphasis-background); }