소스 검색

Signed note: RHS h-scrollbar position fix

Vijayakrishnan 3 년 전
부모
커밋
3b50d524bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();