![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/frontend/node_modules/vue-select/src/css/modules/ |
/* Dropdown Menu */ .vs__dropdown-menu { display: block; box-sizing: border-box; position: absolute; /* calc to ensure the left and right borders of the dropdown appear flush with the toggle. */ top: calc(100% - var(--vs-border-width)); left: 0; z-index: var(--vs-dropdown-z-index); padding: 5px 0; margin: 0; width: 100%; max-height: var(--vs-dropdown-max-height); min-width: var(--vs-dropdown-min-width); overflow-y: auto; box-shadow: var(--vs-dropdown-box-shadow); border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color); border-top-style: none; border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius); text-align: left; list-style: none; background: var(--vs-dropdown-bg); color: var(--vs-dropdown-color); } .vs__no-options { text-align: center; }