Skip to content

Commit

Permalink
#55 Add overflow-x:auto to apc .content
Browse files Browse the repository at this point in the history
Sp we can scroll the tables on mobile
  • Loading branch information
waseemsadiq committed May 25, 2022
1 parent 89aef97 commit 7ee2690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions sites/dashboard/theme/css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
/* php-apc */
.embedded div.content {
position: relative!important;
overflow-x: auto;
}

}
Expand Down
Loading

0 comments on commit 7ee2690

Please sign in to comment.