cms/app-client/app/styles/components/autoscroll-component.scss
author ymh <ymh.work@gmail.com>
Wed, 21 Dec 2016 15:23:00 +0100
changeset 483 b47da9606c10
parent 431 3e0a4a322f9e
permissions -rw-r--r--
remove double sroll control in i.e. and edge

.autoscroll-component {
  > div {
    display: block;
    position: absolute;
    white-space: nowrap;
    float:left;
  }

  span {
    margin-right: 30px;
    display: inline;
  }

  span.hidden-double {
    display: none;
  }

}