Skip to content

Commit

Permalink
Update QuizIndex.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomNick2 committed Oct 19, 2024
1 parent b5133c4 commit cc46796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Quiz/QuizIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ const setCurrentQuestion = (questionId: number) => {

<style lang="scss" scoped>
.indexs {
@apply mt-5 min-w-full pb-3 flex flex-col gap-4 flex-wrap overflow-x-auto;
@apply mt-5 min-w-full pb-3 flex flex-col gap-4 flex-wrap overflow-x-auto overflow-y-hidden;
max-height: 45px;
> div {
@apply flex items-center justify-center;
width: 40px;
height: 45px;
height: 50px;
background: rgba(37, 37, 50, 0.6);
border-radius: 4px;
Expand Down

0 comments on commit cc46796

Please sign in to comment.