Catholic Info
Traditional Catholic Faith => Computers, Technology, Websites => Topic started 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:
-
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.
-
Many thanks!