Catholic Info

Traditional Catholic Faith => Computers, Technology, Websites => Topic started by: ihsv on June 27, 2016, 05:22:50 PM

Title: Cathinfo Suggestion
Post by: ihsv on June 27, 2016, 05:22:50 PM
Matthew,

Just a suggestion, but the bottom (x-axis) scrollbar on Cathinfo is annoying and unnecessary.  If you want to get rid of it, the following added to the stylesheet should do the trick.

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

It's been bugging me for years  :cheers:
Title: Cathinfo Suggestion
Post by: Matthew on June 27, 2016, 10:28:40 PM
Quote from: ihsv
Matthew,

Just a suggestion, but the bottom (x-axis) scrollbar on Cathinfo is annoying and unnecessary.  If you want to get rid of it, the following added to the stylesheet should do the trick.

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

It's been bugging me for years  :cheers:


Should have said something sooner! It's easy to fix.

I guess I never noticed it, for some reason.
Title: Cathinfo Suggestion
Post by: ihsv on June 27, 2016, 11:02:21 PM
Many thanks!