system
(system)
June 20, 2016, 4:13am
1
juggernautsei wrote on Monday, June 20, 2016 :
This is the request
“is there anyway to make the areas on the picture that are pointed at with the red arrow and circled with the red pen be static when scrolling in the top window? Like freeze panes in excel?”
Has anyone created this feature?
system
(system)
June 20, 2016, 7:32am
2
visolveemr wrote on Monday, June 20, 2016 :
Yes this can be done by adding the following in the below mentioned file.
ajax_calendar.css
Add the following css properties for the mentioned id’s. Make sure to add a # in front of the id names:
topToolbarRight { position:fixed; z-index:1;}
bigCal { left:15%; position:relative;top:35px}
bottomLeft{ top:35px; position:fixed;}
Thanks
OpenEMR Customization/Support Team,
ViSolve Inc
system
(system)
June 20, 2016, 10:42am
3
juggernautsei wrote on Monday, June 20, 2016 :
Thanks! Saved me some time.