/* ===== IMAGE VIEWER ===== */
.iv-container { user-select: none; }
.iv-container::-webkit-scrollbar { width: 12px; height: 12px; }
.iv-container::-webkit-scrollbar-track { background: #404040; }
.iv-container::-webkit-scrollbar-thumb { background: #808080; border: 1px solid #606060; }
