Hello,
I am trying to hide my scroll bar since I will be wrapping my Bubble app and releasing it as an app, I do not want the scrollbar visible.
I managed to do this by using the following CSS stored on the top level page:
#scrollbar::-webkit-scrollbar{
display:none;
}
I then add the ID attribute “scrollbar” to the top level page. This was working fine until recently, when it stopped working all of a sudden.
This still works inside elements such as repeating groups but not on the top level.
I contacted Bubble support and they suggested I should post on here. If anyone has any suggestions on how to fix this or has run into this problem recently please let me know!