make usermenu follow window controls

This commit is contained in:
yazninja 2022-04-10 11:13:27 +08:00
parent 4aab68798f
commit 2be877179d

View file

@ -42,4 +42,8 @@
} }
} }
} }
.usermenu-body{
left: calc(100vw - 260px);
position: relative;
}
} }