mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 23:14:04 -04:00
Fix 1px button cut off on topic progress up / down buttons.
This commit is contained in:
parent
3047d8afa3
commit
240a290422
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ kbd {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
padding: 0;
|
padding: 0 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue