Skip to content

Commit ed11e65

Browse files
committed
Move action menu
1 parent abe59cd commit ed11e65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/apps/admin/src/skills-manager/components/more-actions-menu/MoreActionsMenu.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
right: 0;
77
height: 100%;
88
width: 0;
9-
&::before {
9+
&::after {
1010
content: '';
1111
display: block;
1212
height: 100%;
@@ -16,7 +16,7 @@
1616
.floatingActionBtn {
1717
position: sticky;
1818
right: 0;
19-
bottom: $sp-4;
19+
top: 0;
2020
}
2121

2222
.triggerBtn.triggerBtn {
@@ -27,5 +27,5 @@
2727
.menu {
2828
position: absolute;
2929
right: 0;
30-
bottom: 0;
30+
top: $sp-4;
3131
}

0 commit comments

Comments
 (0)