Skip to content

Commit

Permalink
Hotfixed column layout with translateZ(0) hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaumRystra committed Jun 7, 2017
1 parent d7f7eb2 commit 8f30cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpg-docs/client/style/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
column-gap: 0px;
column-width: 304px;
padding: 4px;
transform: translateZ(0);
}

.column-container.thin-columns {
Expand Down

1 comment on commit 8f30cee

@ThaumRystra
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #62

Please sign in to comment.