mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add a standardized max-height to tree select interface (#7103)
This commit is contained in:
@@ -73,12 +73,21 @@ export default defineComponent({
|
||||
|
||||
<style scoped>
|
||||
.select-multiple-checkbox-tree {
|
||||
max-height: var(--input-height-max);
|
||||
overflow: auto;
|
||||
border: var(--border-width) solid var(--border-normal);
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.search {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
padding: 10px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.search .v-input {
|
||||
box-shadow: 0 0 4px 4px var(--background-page);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user