Hide scroll bar when few booking hours.

  • rainer.lara
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 4 months ago #22785 by rainer.lara
Hide scroll bar when few booking hours. was created by rainer.lara
Hello,
If we have just a few booking hours and we do not need the scroll bar on the right, is there a way we could hide it?
Thanks a million.
R

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #22788 by Mr. Dam
Replied by Mr. Dam on topic Re: Hide scroll bar when few booking hours.
You can remove it by go to file
components > com_osservicesbooking > helpers > calendar.php
and go to line 426
<div style="width:100%;height:150px;overflow-y:scroll;">
and change to
<div style="width:100%;height:150px;">
Good luck
Dam
The following user(s) said Thank You: rainer.lara

Please Log in or Create an account to join the conversation.

  • rainer.lara
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 4 months ago #22790 by rainer.lara
Replied by rainer.lara on topic Re: Hide scroll bar when few booking hours.
Thanks
Will it affect the code later if I change the height to auto?
R

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam