add item responsive control

This commit is contained in:
Burak Civan
2022-09-23 12:19:17 +03:00
parent b5fd46d7cd
commit 91cb9217c8
3 changed files with 13 additions and 1 deletions

6
public/css/app.css vendored
View File

@ -47245,6 +47245,12 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
}
}
@media only screen and (min-width: 480px) {
.large-overflow-unset {
overflow-x: unset;
}
}
#nprogress .bar {
background: #A6A8C9 !important;
height: 5px !important;