zammad/app/frontend/shared/styles/utilities.css
Benjamin Scharf fd62fdeb6d Feature: Desktop view - Add drag & drop bulk feature for macro execution to the ticket overviews and detailed search.
Co-authored-by: Benjamin Scharf <[email protected]>
Co-authored-by: Dusan Vuckovic <[email protected]>
Co-authored-by: Joe Schröcker <[email protected]>
2026-04-13 10:20:03 +02:00

8 lines
199 B
CSS

@utility scroll-bar-hidden {
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */
&::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
}