Skip to content

Commit a93be89

Browse files
committed
la på margin på scroll til anker
1 parent b58aaab commit a93be89

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/_editor-only/warnings/duplicate-ids-warning/DuplicateIdsWarning.module.scss

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
.warning {
44
min-width: 400px;
55
background-color: common.$a-white;
6+
7+
&::before {
8+
content: '';
9+
display: block;
10+
height: 100px;
11+
margin-top: -100px;
12+
visibility: hidden;
13+
}
614
}
715

816
.lenkeInline {

0 commit comments

Comments
 (0)