Skip to content

Commit

Permalink
[Hexlet#1448] Scroll for activity chart changed to native and padding…
Browse files Browse the repository at this point in the history
… added
  • Loading branch information
canekg committed Jan 16, 2024
1 parent 018c330 commit 1c97207
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions resources/sass/_activity_chart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,10 @@
grid-template-rows: repeat(7, var(--square-size));
grid-auto-flow: column;
grid-auto-columns: var(--square-size);
padding: 0;
padding: 0 0 5px 0;
overflow-x: auto;
}

.squares::-webkit-scrollbar {
width: 10px;
height: 8px;
}

.squares::-webkit-scrollbar-track {
-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
background-color: #f9f9fd;
border-radius: 10px;
}

.squares::-webkit-scrollbar-thumb {
border-radius: 10px;
background: linear-gradient(180deg, #00c6fb, #005bea);
}

.graph {
border: 1px #e1e4e8 solid;
}
Expand Down

0 comments on commit 1c97207

Please sign in to comment.