Explorar o código

Fix table scrolling

Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
1be3cba526
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 3 0
      jet/static/jet/css/_changeform.scss
  2. 1 0
      jet/static/jet/css/_changelist.scss

+ 3 - 0
jet/static/jet/css/_changeform.scss

@@ -588,6 +588,9 @@ body.popup .submit-row {
 
 .inline-group {
   .tabular {
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch;
+
     table {
       box-shadow: none;
       margin: 0;

+ 1 - 0
jet/static/jet/css/_changelist.scss

@@ -12,6 +12,7 @@
 
   .results {
     overflow-x: auto;
+    -webkit-overflow-scrolling: touch;
 
     @include for-mobile {
       margin-bottom: 0 !important;