Browse Source

Signed note: RHS h-scrollbar position fix

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
3b50d524bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/app/patient/note/dashboard.blade.php

+ 1 - 1
resources/views/app/patient/note/dashboard.blade.php

@@ -2479,7 +2479,7 @@
             (function() {
                 function init() {
                     initVSplitter('stag-note', $('.note-left-panel'), $('.note-right-panel'));
-                    initStagScrollbar(34);
+                    initStagScrollbar({{$note->is_signed_by_hcp ? 1 : 34}});
                     addMCHook('onNoteMethodUpdate', function() {
                         $('.visit-segment[data-segment-template-name="disclaimers"]').find('.refresh-segment').trigger('click');
                         fastReload();