9999 @apply flex justify-center items-center w-full h-8 px-2 border-b border-border-1 relative text-xs cursor-pointer;
100100}
101101.filter-dropdown-option-list {
102- @apply w-full max-h-[160px ] overflow-y-scroll absolute left-0 top-[calc (100% +8px )] shadow-custom p-2 flex flex-col gap-2 rounded bg-white cursor-auto;
102+ @apply w-full max-h-[160px ] overflow-y-auto scrollbar-hide absolute left-0 top-[calc (100% +8px )] shadow-custom p-2 flex flex-col gap-2 rounded bg-white cursor-auto;
103103}
104104.filter-dropdown-option {
105105 @apply text-xs p-2 rounded text-center cursor-pointer;
@@ -117,7 +117,7 @@ body {
117117 @apply flex w-full h-11 items-center rounded p-4 bg-white border border-border-1 cursor-pointer;
118118}
119119.request-task-dropdown-option-list {
120- @apply absolute w-full h-40 overflow-y-auto top-[52px ] flex flex-col gap-2 p-2 bg-white rounded z-10 shadow-custom;
120+ @apply absolute w-full h-40 overflow-y-auto scrollbar-hide top-[52px ] flex flex-col gap-2 p-2 bg-white rounded z-10 shadow-custom;
121121}
122122.request-task-dropdown-option {
123123 @apply w-full flex items-center h-11 p-2 rounded hover:bg-background-2 cursor-pointer;
@@ -140,7 +140,7 @@ body {
140140 @apply flex w-full h-10 items-center text-sm rounded pl-4 pr-3 bg-white border border-border-1 cursor-pointer;
141141}
142142.task-detail-dropdown-option-list {
143- @apply absolute w-full h-40 overflow-y-auto top-11 flex flex-col gap-2 p-2 bg-white rounded z-10 shadow border-t border-t-border-2;
143+ @apply absolute w-full h-40 overflow-y-auto scrollbar-hide top-11 flex flex-col gap-2 p-2 bg-white rounded z-10 shadow border-t border-t-border-2;
144144}
145145.task-detail-dropdown-option {
146146 @apply w-full flex items-center h-10 p-2 rounded hover:bg-background-2 cursor-pointer;
0 commit comments