Skip to content

Commit

Permalink
Merge pull request #59 from nditc/rafsan
Browse files Browse the repository at this point in the history
fix 3
  • Loading branch information
RafsanAmin authored Dec 4, 2024
2 parents 2e8dd51 + 4e8a467 commit c99e2bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/(main)/styles/sessionSelector.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}
@media (max-width: 765px) {
.session-selector {
@apply overflow-hidden flex flex-col bg-white w-full rounded-xl mb-10 transition-all h-[48px] z-10 shadow-lg;
@apply z-10 mb-10 flex max-h-[48px] w-full flex-col overflow-hidden rounded-xl bg-white shadow-lg transition-all;
}
.session-selector > .active-elem img {
display: block;
Expand All @@ -12,7 +12,7 @@
@apply order-2;
}
.open {
@apply h-[240px];
@apply max-h-[1000px];
}

.session-selector > .active-elem {
Expand All @@ -21,6 +21,6 @@
}
@media (min-width: 768px) {
.session-selector {
@apply flex h-[20vw] flex-col text-xl gap-5;
@apply flex h-[20vw] flex-col gap-5 text-xl;
}
}

0 comments on commit c99e2bc

Please sign in to comment.