feat: new replies

This commit is contained in:
trashtemp
2022-01-21 00:02:55 +01:00
parent 6e89e10461
commit 0de078a794
5 changed files with 107 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ import { isTouchscreenDevice } from "../../../../lib/isTouchscreenDevice";
import { getRenderer } from "../../../../lib/renderer/Singleton";
export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
z-index: 10;
z-index: 1;
position: relative;
${(props) =>