Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/it/css/lib/tabler/core/src/scss/utils/
Upload File :
Current File : /home/escuelai/public_html/it/css/lib/tabler/core/src/scss/utils/_scroll.scss

// stylelint-disable declaration-no-important

/*
Scrollable
*/
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  &.hover {
    overflow-y: hidden;

    > * {
      margin-top: -1px;
    }

    &:hover,
    &:focus,
    &:active {
      overflow: visible;
      overflow-y: auto;
    }
  }

  .touch & {
    overflow-y: auto !important;
  }
}

.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
}

.no-scroll {
  overflow: hidden;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists