Skip to content

Commit 7cdd637

Browse files
committed
Fixed #27 -- Made trac-ticket-buttons be displayed above quote blocks
1 parent b4c2a1e commit 7cdd637

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

trac-env/htdocs/css/trachacks.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trac-env/htdocs/css/trachacks.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ div.trac-content {
6161

6262
.trac-ticket-buttons {
6363
float: right;
64-
padding-left: 20px;
64+
position: relative; // needed to be able to use z-index
65+
z-index: 100;
6566
}
6667

6768
.trac-ticket-buttons form {

0 commit comments

Comments
 (0)