Jump to content


How to remove scroll bar? IPB 3.1.4 Gal 4.0.4


1 reply to this topic

#1 ikamazini

    Member

  • 23 posts
  • Joined: March 23, 2011
  • 8 topics
  • Skin: IP.Board
  • Local time: 03:21 PM
  • Zodiac:Sagittarius
  • OS:Windows XP
  • Country:
Offline
  • Time Online: 19h 20m 6s

Posted 18 December 2011 - 10:08 AM

How to remove scroll bar?
IPB 3.1.4 - Gal 4.0.4 -(SOS31) Enhanced Gallery Images in Board Index 1.0.0

Posted Image

Look & Feel > Manage Skin Sets & Templates > Manage Templates > Board Index >
sos31_boardIndexGalleryImages

#appGallLatestHook
{
	    height: 134px;
	    overflow:auto;
	    overflow-y: hidden;
}


change with:

#appGallLatestHook
{
	    height: 134px;
	    overflow:auto;
	    overflow-y: hidden;
overflow-х: hidden !important;
}


does not help :(

#2 Broni Re: How to remove scroll bar? IPB 3.1.4 Gal 4.0.4

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 08:21 AM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 34m 57s

Posted 18 December 2011 - 07:10 PM

I suggest you post in hook's support topic.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users


This topic has been visited by 6 user(s)