Fixed styles modalTracker

This commit is contained in:
MaxOvs19
2023-06-23 15:18:19 +03:00
parent bca8199a6a
commit f95812ac35
3 changed files with 283 additions and 287 deletions

View File

@ -32,6 +32,7 @@
max-width: 85%;
display: flex;
align-items: center;
flex-direction: row;
&__category {
margin-right: 17px;
@ -100,7 +101,7 @@
.comments__list {
display: flex;
flex-direction: column;
max-height: 420px;
max-height: 300px;
overflow: auto;
&::-webkit-scrollbar {