Skip to content

Commit b88f137

Browse files
committed
fix: popup is misaligned with Redmine's new tab system
1 parent 1adbae1 commit b88f137

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assets/stylesheets/changeset_statuses.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ details.changeset-status__popover[open] > summary:before {
3535
background-color: #fff;
3636
border: 1px solid #c0c0c0;
3737
border-radius: 3px;
38-
left: 50%;
38+
left: -2px;
3939
margin-top: 3px;
4040
max-width: 300px;
4141
padding: 6px;
4242
position: absolute;
4343
top: 100%;
44-
transform: translateX(-50%);
4544
z-index: 100;
4645
}
4746

@@ -51,7 +50,7 @@ details.changeset-status__popover[open] > summary:before {
5150
border-bottom: 3px solid #c0c0c0;
5251
content: '';
5352
display: block;
54-
left: 50%;
53+
left: 5px;
5554
position: absolute;
5655
top: -4px;
5756
transform: translateX(-50%);

0 commit comments

Comments
 (0)