/* Universal Scrollbar Styling */ * { scrollbar-width: thin; /* For Firefox */ scrollbar-color: #333 #000; /* Dark thumb, black track */ } /* Webkit-based browsers (Chrome, Safari, Edge) */ ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { background: #000 !important; /* Force black background */ } ::-webkit-scrollbar-thumb { background: #333 !important; /* Dark thumb */ border-radius: 5px; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Hide Default Scrollbar on Edge */ body { -ms-overflow-style: none; /* Hides scrollbar in Microsoft Edge */ scrollbar-face-color: #333; /* Old IE support */ scrollbar-track-color: #000; }
top of page

Scenic Insights

A look at how technology is transforming stage design, from software to 3D printing.

bottom of page