UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

14 lines (11 loc) 288 B
.esl-scrollable-content-init(@selector: ~'.esl-scrollable-content') { @{selector} { overflow: auto; // hide-scrollbar &::-webkit-scrollbar { display: none; // Chrome, Safari } scrollbar-width: none; // Firefox -ms-overflow-style: none; // IE, Edge } }