mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 01:41:36 +00:00
added overflow to dropdown projects list (#315)
This commit is contained in:
parent
b72a2ddb1c
commit
c2625a7352
@ -57,7 +57,7 @@ class="{{ $width }} {{ $alignmentClasses }} absolute z-50 mt-2 rounded-md"
|
|||||||
style="display: none"
|
style="display: none"
|
||||||
@if ($closeOnClick) @click="open = false" @endif
|
@if ($closeOnClick) @click="open = false" @endif
|
||||||
>
|
>
|
||||||
<div class="{{ $contentClasses }} rounded-md">
|
<div class="{{ $contentClasses }} max-h-80 overflow-y-auto rounded-md">
|
||||||
{{ $content }}
|
{{ $content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user