I’m experiencing same issue where I accidentally dragged the console upwards, and now I’m unable to drag it back down

Continuing the discussion from Code doesn't show in the console:

Do you know how to perform a hard refresh on your browser? It depends on your system so pls google the steps and try that.

I tried pressing Command, Shift, and the ‘R’ key, but nothing changed. The hard refresh didn’t work

The layout is saved in localStorage. If you clear cache and site data (called “Cookies and other site data” in Chrome) and reload the page, the layout should reset.

You can also manually do it using the browser dev tools if you know how to. The key is called challenge-layout.

https://developer.chrome.com/docs/devtools/storage/localstorage

Or run localStorage.clear() from the browser console (it will clear all, so be aware of that).

1 Like

Thank you all for your help! I really appreciate everyone’s suggestions and support. The guidance on clearing the localStorage and resetting the layout worked perfectly.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.