This is a migrated thread and some comments may be shown as answers.

Horizontal Scrolling

2 Answers 115 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Mark Davison
Top achievements
Rank 1
Mark Davison asked on 15 Nov 2007, 02:43 PM
Hi,

Can anyone tell me how to remove the horizontal scroll bar from a dock? I have been trying to do it in CSS but don't seem able to get it right!

UPDATE: Please ignore this, I have found out from another thread that I need to specify !important;

Regards,

Mark

2 Answers, 1 is accepted

Sort by
0
Nyceane
Top achievements
Rank 1
answered on 28 Nov 2007, 07:31 PM
I am having exact same problem, would you please tell me which thread did you find the answer with?

the scroll would not leave the dock zone no matter how many pixels I set up the docks
0
Mark Davison
Top achievements
Rank 1
answered on 28 Nov 2007, 07:51 PM
Peter,

Try looking at the .rdContent section of your css file. I have it sepcified as follows:

.rdContent

{

margin: 0 0 0 0;

overflow-x:hidden !important;

overflow-y:on !important;

position:relative;

margin-left:-4px;

margin-top:-1px;

margin-right:4px !important;

}


Regards,

Mark

Tags
Dock
Asked by
Mark Davison
Top achievements
Rank 1
Answers by
Nyceane
Top achievements
Rank 1
Mark Davison
Top achievements
Rank 1
Share this question
or