Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Remove scrollbars in accesspoint

Hello,

Does anyone have a clue on how to remove the horisontal scrollbar in the bottom?

The report is included in a iframe. Even if i make my iframe bigger it does the same.

If i scroll down the horsiontal scrollbar removes, but comes back at some point.

Look at my screenshotCapture.PNG.png

19 Replies
Not applicable
Author

hehe thanks Actually why didnt i think of the empty sheet?

I just tried with an empty sheet and there was no scrollbars...

But i dont have any hidden objects, and none of my object is far away from the visuel content?

Not applicable
Author

blank sheet = no scrollbars - But why???

Maybe a setting i have made? or?

Anonymous
Not applicable
Author

Well, you think they are far away, and they "think" they are too close...

Now you can start copying objects from real tab to the empty one.  Either you'll find the culprit, or get rid of the scrollbar...

Clever_Anjos
Employee
Employee

As Michael Solomovich suggested, copy the objects to new sheet, one by one and find the "brat" one

Not applicable
Author

I founded the problem i think - IT has nothing do to with my object going to far to one side.

When i have too many object vertically - it makes thw scrollbar

Look at these two screenshots:

So this one i tried to add the top object to the bottom- It then creates a horisontal scrollbar (BUT when scrolling down - the horisiontal scrollbar dissapear)

scrollbars.PNG.png

This screenshot i have removed the last object so all can be on one page - Here there is no scrollbards

noscrollbars.PNG.png

Not applicable
Author

take at look at my answer to Clever Anjos. The issue is coming when i have to many objects vertically.

Clever_Anjos
Employee
Employee

What is the width of this object set into Caption Tab?

Not applicable
Author

all my captions on the big charts have an width of 978

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Have you tried minimizing your objects?

If the icon for minimized places itself outside your Iframe it will create a scrollbar.

Disabling minimizing doesn't help.

Not applicable
Author

Hi Thomas

If you want both scrollbars hidden in your access point, put this in the custom.css file:

html{

overflow: hidden

}

If you want just the horizontal one gone, put this in the custom.css file:

html{

overflow-x: hidden

}

Best regards

Thomas