Browse Source

minor fix

Peter Muturi 1 year ago
parent
commit
af76765bbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/layouts/patient.blade.php

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -19,7 +19,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
 		@if(!request()->input('popupmode'))
 		<nav id="sidebarMenu" class="d-block bg-light sidebar collapse px-0">
 			<div class="sidebar-sticky">
-				<div class="bg-white p-2 border-bottom">
+				<div class="bg-white p-2 border-bottom" style="position:sticky;top:0;">
 					<small class="font-weight-bold text-muted">Search for links</small>
 					<input type="text" class="form-control form-control-sm" style="font-size:12px" name="link_search" placeholder="E.g dashboard">
 				</div>