Website shows code in the side line

Hi all!

I am new on Bubble to quickly launch a website for an idea that I have!
I am making good progress but on my website (in preview), I see some code/formatting on the side - see screenshot.

The text says the following:

webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); border-radius: 1px; background-color: #d73234; } ::-webkit-scrollbar { height: 2px; width: 5px; background-color: #fcfcfc; } ::-webkit-scrollbar-thumb { border-radius: 1px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2); background-color: #7C54F5; }

Any ideas where this is coming from?

Plugins used that might be relevant:
CSS Tools
Toolbox

Thank you!

Hi there,

If you didn’t specifically add custom code to the header, I’d say the most likely culprit is CSS Tools. If you open the properties for the element on the page, just make sure the dimensions are fixed, and are set to 0px x 0px (if it lets you), or if not, 1px x 1px.

Have you tried looking at this element using the inspector tool to see what is populating it?

1 Like

Thank you! It was a HTML layer in the header. I set it to 0px x 0px and it is gone now!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.