Relative positionning to li
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
85300ab50a
commit
c66f16a201
1 changed files with 7 additions and 4 deletions
|
@ -93,6 +93,9 @@ kbd {
|
|||
border-right: 1px solid nc-darken($color-main-background, 8%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
li {
|
||||
position: relative;
|
||||
}
|
||||
> ul {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue