fix: current user box sticky bottom

This commit is contained in:
zerosoul
2022-04-14 21:29:50 +08:00
parent 05da16859f
commit b0b4a68832
2 changed files with 8 additions and 5 deletions
+2 -3
View File
@@ -6,9 +6,8 @@ import micIcon from "../../assets/icons/mic.on.svg?url";
import Avatar from "./Avatar";
const StyledWrapper = styled.div`
background-color: #e5e5e5;
position: absolute;
bottom: 0;
left: 0;
position: sticky;
bottom: 10px;
margin: 8px;
width: 94%;
width: -webkit-fill-available;