Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
layer-swipe.css 212 B
.layer-swiper {
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
  border-left: solid black 1px;
  border-right: solid black 1px;
  background-color: lightgray;
  z-index: 10;
  cursor: ew-resize;
}