소스 검색

Billing manager - table scroller

Vijayakrishnan 4 년 전
부모
커밋
3af3ab451b
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 0
      public/css/style.css
  2. 3 1
      resources/views/app/practice-management/billing-manager.blade.php

+ 9 - 0
public/css/style.css

@@ -1607,4 +1607,13 @@ th.only-screen, td.only-screen {
 
 .if-in-clinic {
     display: none;
+}
+
+.stag-table-container {
+    max-height: calc(100vh - 230px - 1rem);
+    width: 100%;
+    overflow: auto !important;
+}
+.stag-table-container-lg>table{
+    min-width: 1450px;
 }

+ 3 - 1
resources/views/app/practice-management/billing-manager.blade.php

@@ -84,6 +84,7 @@
             </div>
             @endif
             <div class="card-body p-0">
+                <div class="stag-table-container stag-table-container-lg">
                 <table class="table table-sm table-condensed p-0 m-0">
                     <thead class="bg-light">
                     <tr>
@@ -295,7 +296,8 @@
                     @endforeach
                     </tbody>
                 </table>
-                <div>
+                </div>
+                <div class="pt-3 pl-3">
                     {{$notes->withQueryString()->links()}}
                 </div>
             </div>