diff --git a/public/stylesheets/help.css b/public/stylesheets/help.css index 4e05d9d..8396607 100644 --- a/public/stylesheets/help.css +++ b/public/stylesheets/help.css @@ -1,11 +1,16 @@ div.help_message { - z-index: 1000; + z-index: 10000; width: 600; position: absolute; - top: 50px; + top: 50% + height: 400px; + margin-top: -200px; + left: 50%; margin-left: -300px; background: yellow; + + overflow: auto; } a.help_button:before { -- libgit2 0.21.2