How to remove a div element "blockColorblindContent" at the end of the page?

Hello, I need help with removing a space at the end of the page. I could not figure out why and when I inspected in dev tools in chrome, there is an element at the end that seems I can’t edit or spot in the Webflow layers, and here is the code I see… any idea where this element is coming from? and how I might remove it?

<div id="blockColorblindContent">
<svg id="colorBlindSVG" version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full" `<filter id="protanopia"> <feColorMatrix type="matrix" values="0.567, 0.433, 0, 0, 0, 0.558, 0.442, 0, 0, 0, 0, 0.242, 0.758, 0, 0, 0, 0, 0, 1, 0" in="SourceGraphic"></feColorMatrix> </filter> <filter id="protanomaly"> <feColorMatrix type="matrix" values="0.817,0.183,0,0,0 0.333,0.667,0,0,0 0,0.125,0.875,0,0 0,0,0,1,0" in="SourceGraphic"></feColorMatrix> </filter> <filter id="deuteranopia"> <feColorMatrix type="matrix" values="0.625,0.375,0,0,0 0.7,0.3,0,0,0 0,0.3,0.7,0,0 0,0,0,1,0" in="SourceGraphic"></feColorMatrix> </filter> <filter id="deuteranomaly"> <feColorMatrix type="matrix" values="0.8,0.2,0,0,0 0.258,0.742,0,0,0 0,0.142,0.858,0,0 0,0,0,1,0" in="SourceGraphic"></feColorMatrix> </filter> <filter id="tritanopia"> <feColorMatrix type="matrix" values="0.95,0.05,0,0,0 0,0.433,0.567,0,0 0,0.475,0.525,0,0 0,0,0,1,0" in="SourceGraphic"></feColorMatrix> </filter> <filter id="tritanomaly"> <feColorMatrix type="matrix" values="0.967,0.033,0,0,0 0,0.733,0.267,0,0 0,0.183,0.817,0,0 0,0,0,1,0" in="SourceGraphic"></feColorMatrix> </filter> <filter id="achromatopsia"> <feColorMatrix type="matrix" values="0.299,0.587,0.114,0,0 0.299,0.587,0.114,0,0 0.299,0.587,0.114,0,0 0,0,0,1,0" in="SourceGraphic"></feColorMatrix> </filter> <filter id="achromatomaly"> <feColorMatrix type="matrix" values="0.618,0.320,0.062,0,0 0.163,0.775,0.062,0,0 0.163,0.320,0.516,0,0 0,0,0,1,0" in="SourceGraphic"></feColorMatrix> </filter> </svg></div>`

Here is my site Read-Only: Webflow - Emi Sato

You can get code injection from plugins/extensions when viewing the site in dev tools. If you look at the source code delivered there is no such code.

Hi Jeff, do you have any idea what creates a space at the end of the page then? When viewing on a mobile or tablet device, there is no space and only when people access the site on desktop view.
Really trying to identify where this pace is coming from, no space (padding/margin) in the footer element. Link to my site (read only)

View your site in incognito mode. There is no space on my chrome based browser.

Hi!
I’m not sure if you’ve already found a solution.
I’m here because I had the same problem then I just realised the class name “blockColorblindContent” reminded me something !
Colorblind, Colorblind … This is because of th extension of the same name!!!
You need to deactivate if to let disappear this div element :slight_smile: