fix adaptive

This commit is contained in:
2024-08-02 13:48:08 +03:00
parent a76725edf5
commit b02eff466f
8 changed files with 114 additions and 94 deletions

View File

@ -30,6 +30,10 @@
overflow: auto;
padding: 5px;
@media (max-width: 900px) {
row-gap: 0;
}
&::-webkit-scrollbar {
width: 3px;
border-radius: 10px;
@ -61,7 +65,7 @@
position: relative;
box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.06),
0px 5px 3px -2px rgba(0, 0, 0, 0.02);
border-radius: 6px;
border-radius: 6px 6px 0 0;
background: #ffffff;
cursor: pointer;
display: flex;
@ -76,6 +80,7 @@
@media (max-width: 900px) {
width: 100%;
padding: 6px 10px 5px 10px;
max-height: none;
&:hover {