Aman Khare commited on
Commit
eb5cbde
·
1 Parent(s): 63e17b8

UI: make patient context vertically scrollable

Browse files
Files changed (1) hide show
  1. frontend/index.html +3 -4
frontend/index.html CHANGED
@@ -85,11 +85,10 @@
85
  }
86
  .panel-section.resizable {
87
  resize: vertical;
88
- overflow: hidden;
 
89
  min-height: 80px;
90
- }
91
- .panel-section.resizable:hover {
92
- overflow: auto;
93
  }
94
  .panel-section-title {
95
  font-size: 11px;
 
85
  }
86
  .panel-section.resizable {
87
  resize: vertical;
88
+ overflow-y: auto;
89
+ overflow-x: hidden;
90
  min-height: 80px;
91
+ max-height: 250px;
 
 
92
  }
93
  .panel-section-title {
94
  font-size: 11px;