- fixed overflow
This commit is contained in:
		| @@ -88,7 +88,7 @@ | ||||
|         </Listbox> | ||||
|       </div> | ||||
|     </div> | ||||
|     <div class="overflow-auto xl:overflow-visible"> | ||||
|     <div class="overflow-x-auto"> | ||||
|       <table class="min-w-full divide-y divide-gray-200"> | ||||
|         <thead class="bg-gray-50"> | ||||
|           <tr> | ||||
|   | ||||
| @@ -53,7 +53,7 @@ | ||||
|               leave-to-class="opacity-0" | ||||
|             > | ||||
|               <ListboxOptions | ||||
|                 class="overflow-auto absolute z-10 py-1 mt-1 w-full max-w-lg max-h-60 text-base bg-white rounded-md focus:outline-none ring-1 ring-black ring-opacity-5 shadow-lg sm:text-sm" | ||||
|                 class="overflow-x-auto absolute z-10 py-1 mt-1 w-full max-w-lg max-h-60 text-base bg-white rounded-md focus:outline-none ring-1 ring-black ring-opacity-5 shadow-lg sm:text-sm" | ||||
|               > | ||||
|                 <ListboxOption | ||||
|                   v-slot="{ active }" | ||||
| @@ -237,7 +237,7 @@ | ||||
|         </Listbox> | ||||
|       </div> | ||||
|     </div> | ||||
|     <div class="overflow-auto xl:overflow-visible"> | ||||
|     <div class="overflow-x-auto"> | ||||
|       <table class="min-w-full divide-y divide-gray-200"> | ||||
|         <thead class="bg-gray-50"> | ||||
|           <tr> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user