Skip to content

Commit 8ee36a5

Browse files
committed
refactor: set position fixed
1 parent 8ab8332 commit 8ee36a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Views/errors/html/debug.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ p.lead {
7070
color: var(--main-bg-color);
7171
text-align: center;
7272
padding: calc(4px + 0.2083vw);
73-
margin-top: -2.14rem;
7473
width: 100%;
75-
/* position: fixed; */
74+
margin-top: -2.14rem;
75+
position: fixed;
7676
}
7777

7878
.source {

0 commit comments

Comments
 (0)