remove nested overflow scroll
This commit is contained in:
@ -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">
|
||||||
|
Reference in New Issue
Block a user