# HG changeset patch # User neko259 # Date 2016-09-12 08:06:26 # Node ID d85c09db042aff3ab5e9d12cd46af89e47476d2a # Parent d57d7e7e211bf32e5e8085d6e960b9a46b2170a5 Quote button should be on top diff --git a/boards/static/css/base.css b/boards/static/css/base.css --- a/boards/static/css/base.css +++ b/boards/static/css/base.css @@ -158,4 +158,5 @@ textarea, input { position: absolute; display: none; cursor: pointer; -} \ No newline at end of file + z-index: 400; +}