Tooltip on BS4 buttons causing scrollbars to appear

When I mouseover a Bootstrap4 button, with a tooltip set, it toggles the page vertical scrollbar’s visibility. Is there a way to stop that?

I loaded the Bootstrap 4 button sample and set the Popover property to Tooltip.

I wasn’t able to make this happen. What needs to be done?

I just did it in the sample project. Seems it is when the form’s screenmode is set to fullscreen and position to ‘absolute’.

I am still unable to reproduce this.

The scrollbars appear automatically when the browser detects the content of the screen exceeds the current size of the screen. It’s not triggered directly by AppStudio or Bootstrap, so there probably isn’t much which can be done by us. You’ll need to figure out why the tooltip changes the size of the content.