mirror of https://github.com/onweru/compose.git

weru
05.54.2020 4c5ba7b6bbe95ffdaf98930c9466b32bf0576995
update styles
1 files modified
9 ■■■■■ changed files
assets/sass/_utils.sass 9 ●●●●● patch | view | raw | blame | history
assets/sass/_utils.sass
@@ -60,3 +60,12 @@
    transform-origin: 50% 50%
    transform: scale(1.2)
    cursor: pointer
.scrollable
  width: 100%
  overflow-x: hidden
  max-width: calc(100vw - 48px)
  @media screen and (min-width: 768px)
    max-width: 100%
  &:hover
    overflow-x: auto