Merge branch 'main' into bc/update-feature-8-6

This commit is contained in:
Brandy Smith
2025-04-09 10:32:12 -04:00
31 changed files with 215 additions and 99 deletions

View File

@ -8,4 +8,17 @@
flex-shrink: 0;
width: 100%;
overflow-y: scroll;
/* Hide scrollbar in Firefox */
scrollbar-width: none;
/* Hide scrollbar in IE and Edge */
-ms-overflow-style: none;
/* Hide scrollbar in webkit */
&::-webkit-scrollbar {
display: none;
}
}