@use '../style/common/var' as *;
@use 'element-plus/theme-chalk/src/mixins/function.scss' as elFn;
@use '../style/mixins/var' as *;
@use '../style/mixins/function' as *;

.pagoda-dropdown {
  @include set-component-css-var('dropdown', $dropdown);

  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  z-index: 999;
  border: 1px solid elFn.getCssVar('border-color', 'light');
  border-radius: 4px;
  background-color: elFn.getCssVar('bg-color', 'overlay');
  box-shadow: getCssVar('dropdown', 'menu-box-shadow');
  box-sizing: border-box;
}
