1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00

Fix 1px button cut off on topic progress up / down buttons.

This commit is contained in:
Chris Bell 2013-02-11 12:08:50 +00:00
parent 3047d8afa3
commit 240a290422

@ -387,7 +387,7 @@ kbd {
z-index: 1;
}
button {
padding: 0;
padding: 0 1px;
cursor: pointer;
z-index: 1000;
position: absolute;