Skip to content

Commit

Permalink
Caption background fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MNZ02 committed Jan 6, 2025
1 parent 88bff90 commit 38cd9a9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,13 @@
@layer utilities {
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}

.markdown-editor-default-font {
Expand Down Expand Up @@ -355,4 +355,8 @@
to {
mask-size: 350vmax;
}
}
}

select {
background-color: #000;
}

0 comments on commit 38cd9a9

Please sign in to comment.