Skip to content

Commit

Permalink
Updated scrollbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
NadavTasher committed Nov 20, 2024
1 parent 95ba830 commit b98cbbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions image/src/frontend/stylesheets/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,9 @@ div.left {
div.right {
/* Align flex items to the right */
justify-content: right;
}

[hidden], .hidden {
/* Hide element */
display: none !important;
}
6 changes: 3 additions & 3 deletions image/src/frontend/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ html {
font-size: 3rem;
}

[hidden], .hidden, *::-webkit-scrollbar {
/* Layout properties */
display: none !important;
* {
/* Scrollbar properties */
scrollbar-width: none;
}

0 comments on commit b98cbbf

Please sign in to comment.