Skip to content

Commit c1a1e49

Browse files
committed
scss: scroll-margin-top is not !important
Signed-off-by: Luca Zeuch <[email protected]>
1 parent da9e522 commit c1a1e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/common/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ a.broken {
1010
}
1111

1212
tr:target {
13-
scroll-margin-top: 10rem !important;
13+
scroll-margin-top: 10rem;
1414
td {
1515
// slightly transparent yellow
1616
background: rgba(255, 255, 0, 0.3);

0 commit comments

Comments
 (0)