doctor_dash_start_service_custom_script.php 284 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <script> var sidebar = new StickySidebar('#sidebar', {topSpacing: 10}); $(function() { CKEDITOR.replace('editor1'); CKEDITOR.replace('certificate'); CKEDITOR.replace('otherobservation'); }) </script> <style> .inner-wrapper-sticky{top:70px !important;} </style>