changed id to class

This commit is contained in:
Diganta Kr Banik
2022-10-01 22:22:19 +05:30
parent 20c8911214
commit 36b3072d64
2 changed files with 5 additions and 6 deletions
+4 -4
View File
@@ -33,23 +33,23 @@
} }
} }
#why-classquiz::-webkit-scrollbar { .why-classquiz::-webkit-scrollbar {
height: 0.8rem; height: 0.8rem;
margin-bottom: 5rem; margin-bottom: 5rem;
} }
#why-classquiz::-webkit-scrollbar-track { .why-classquiz::-webkit-scrollbar-track {
box-shadow: inset 0 0 10px 10px transparent; box-shadow: inset 0 0 10px 10px transparent;
border: solid 3px transparent; border: solid 3px transparent;
} }
#why-classquiz::-webkit-scrollbar-thumb { .why-classquiz::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 10px 10px #374151; box-shadow: inset 0 0 10px 10px #374151;
border: solid 3px transparent; border: solid 3px transparent;
border-radius: 15px; border-radius: 15px;
} }
#why-classquiz::-webkit-scrollbar-thumb:hover { .why-classquiz::-webkit-scrollbar-thumb:hover {
box-shadow: inset 0 0 10px 10px #555; box-shadow: inset 0 0 10px 10px #555;
border: solid 3px transparent; border: solid 3px transparent;
} }
+1 -2
View File
@@ -490,8 +490,7 @@
</div> </div>
</div> </div>
<div <div
id="why-classquiz" class="lg:border-l lg:border-l-black lg:border-t-0 border-t border-t-black flex lg:flex-col flex-row stretch overflow-x-auto why-classquiz"
class="lg:border-l lg:border-l-black lg:border-t-0 border-t border-t-black flex lg:flex-col flex-row stretch overflow-x-auto"
> >
{#each classquiz_reasons as reason, index} {#each classquiz_reasons as reason, index}
<div <div