Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac1f139

Browse files
committedApr 11, 2025
fix popup positioning on diff mode
1 parent f47566b commit ac1f139

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎static/style.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,10 @@ h2 {
726726
color: gray;
727727
}
728728

729+
.workspace {
730+
position: relative;
731+
}
732+
729733
/* ident */
730734

731735
.lxrident {
@@ -857,9 +861,6 @@ h2 {
857861

858862
/* source code */
859863

860-
.lxrcode {
861-
position: relative;
862-
}
863864
.lxrcode pre {
864865
margin: 0;
865866
padding-top: 1em;
@@ -891,8 +892,8 @@ h2 {
891892
}
892893

893894
.diff {
894-
display: grid;
895-
grid-template-columns: 50% 50%;
895+
display: grid;
896+
grid-template-columns: 50% 50%;
896897
}
897898

898899
.diff-line {

0 commit comments

Comments
 (0)
Please sign in to comment.