Skip to content

Instantly share code, notes, and snippets.

@subzey
Created April 24, 2019 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subzey/4de4632f1f36f1892a8876fd1a858c75 to your computer and use it in GitHub Desktop.
Save subzey/4de4632f1f36f1892a8876fd1a858c75 to your computer and use it in GitHub Desktop.
.ghx-swimlane.ghx-first .ghx-column[data-column-id="554"]:empty {
background: none;
}
.ghx-swimlane.ghx-first .ghx-column[data-column-id="554"]:empty:before {
content: '';
display: block;
position: sticky;
z-index: 2;
top: 100%;
padding: 0 0 100% 0;
width: 100%;
background: url(https://s.tcdn.co/c5f/0a5/c5f0a53d-cec7-36d8-be42-c2e1bf5baf97/13.png) no-repeat;
background-size: cover;
transform: translateY(-88%);
margin-bottom: -103%;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment