TEXT 11
Disable an element on desktop view By jorgenio on 7th August 2025 08:12:16 PM
  1. @media (min-width: 1024px) {
  2.     #ez-toc-container {
  3.         display: none;
  4.     }
  5. }

Pasteboard is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.