remove nested overflow scroll

This commit is contained in:
liamcottle
2024-03-14 19:52:06 +13:00
parent 2bae24d19d
commit 957a2858a2

View File

@ -199,7 +199,7 @@
leave-to-class="-translate-x-full"> leave-to-class="-translate-x-full">
<div v-show="isShowingHardwareModels" class="fixed top-0 left-0 bottom-0"> <div v-show="isShowingHardwareModels" class="fixed top-0 left-0 bottom-0">
<div class="w-screen max-w-md overflow-hidden"> <div class="w-screen max-w-md overflow-hidden">
<div class="flex h-full flex-col overflow-y-scroll bg-white shadow-xl"> <div class="flex h-full flex-col bg-white shadow-xl">
<!-- slideover header --> <!-- slideover header -->
<div class="p-2 border-b border-gray-200 shadow"> <div class="p-2 border-b border-gray-200 shadow">