There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6d9667d8-497e-4014-9d5a-751b55d3ef9a XWIKI-21631 Open

Tour generates a bottom scroll-bar, when items are created near the margins

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-6f5face7-4bee-4dc6-8924-92d1d2e06cfa Charpentier Lucas on 31/Oct/24 10:10
 

This might be caused by the padding on `.popover-navigation .row`. From what I can see, when scrolling nothing is shown and this padding gets over the page limit.

___
After further searching, it seems that this weird behaviour is cause by using a padding-right:14px with a margin-right: -15px.
Overwritting both of those solves the issue.
I'll check the Git history to see why those were used and if we can remove this hack safely.