From dfb25d6d324f801ddf8c3d657089f19bf5ed324c Mon Sep 17 00:00:00 2001 From: Nikhil Raj <125121367+hustlernik@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:44:05 +0530 Subject: [PATCH] Update src/style/app.module.css Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/style/app.module.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/style/app.module.css b/src/style/app.module.css index ee49be0fce..18546dd625 100644 --- a/src/style/app.module.css +++ b/src/style/app.module.css @@ -2493,15 +2493,11 @@ button[data-testid='createPostBtn'] { .modalFooter { background-color: white; - position: absolute; - width: calc(100% - 1rem); + width: 100%; padding-block: 0.5rem; display: flex; flex-direction: column; border-top: 1px solid #dddddd; - bottom: 0; - right: 0.5rem; - margin-left: 1rem; } .inputArea {