Merge pull request #2639 from brkcvn/master

Add item responsive control
This commit is contained in:
Burak Civan 2022-09-23 12:19:55 +03:00 committed by GitHub
commit 421301eefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

6
public/css/app.css vendored
View File

@ -47255,6 +47255,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;

View File

@ -542,6 +542,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;

View File

@ -1,4 +1,4 @@
<div class="relative sm:col-span-6">
<div class="relative sm:col-span-6 overflow-x-scroll large-overflow-unset">
<div style="table-layout: fixed;">
<div class="overflow-x-visible overflow-y-hidden">
<table class="small-table-width" id="items">