/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ .disclosure-menu { position: relative; } .disclosure-menu [aria-expanded] ~ * { @extend %menu-panel; overflow-y: auto !important; will-change: scrollPosition; }