Skip to content

Commit

Permalink
fix: make spheres tab scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethaks committed Jul 7, 2024
1 parent 2bb772e commit 2727e0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/pf1spheres.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
/* CSS */
/* ------------------------------------ */

.spheres {
.tab.spheres {
overflow-y: auto;
scrollbar-width: thin;

.block-header {
text-align: center;
align-items: center;
Expand Down

0 comments on commit 2727e0f

Please sign in to comment.