I'm having an issue with the debugger being hidden...
# box-products
c
I'm having an issue with the debugger being hidden behind the left-hand side of the navigation. Does anyone have any idea how to either add left margin or drop it below the template?
c
usually just wang a margin on the left through dev tools if something like that pops up
👍 1
c
I was able to resolve the issue with the following in my CSS
Copy code
.cbd-debugger {
    margin-left: 105px !important;
}