Whenever I try to open "inspect element" on the right side of the page, it starts to shrink down and mess up all the styling. How can I prevent this from happening? Is there a way to make it scrollable? I attempted to add the following CSS code:
html {
overflow: auto;
}
But unfortunately, that didn't solve the issue... Do you have any other suggestions?