Bladeren bron

Fix sidebar popup scrolling

Denis K 8 jaren geleden
bovenliggende
commit
d5826b62da
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 0
      jet/static/jet/css/_sidebar.scss
  2. 1 1
      jet/templates/admin/base.html

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

@@ -392,6 +392,7 @@
     color: $sidebar-popup-text-color;
     background-color: $sidebar-popup-background-color;
     overflow-y: auto;
+    -webkit-overflow-scrolling: touch;
 
     @include for-mobile {
       min-width: 280px;

+ 1 - 1
jet/templates/admin/base.html

@@ -247,7 +247,7 @@
 
             {% if app_list and not SIDE_MENU_COMPACT %}
                 <div class="sidebar-popup-container">
-                    <div class="sidebar-popup">
+                    <div class="sidebar-popup scrollable">
                         <a href="#" class="sidebar-close popup sidebar-back">
                             <span class="sidebar-close-icon icon-arrow-left"></span>
                         </a>