Skip to content

Commit 03af317

Browse files
authored
fix(TextChat): allow space for scrollbar in gradient block (danny-avila#988)
1 parent f1d2947 commit 03af317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Input/TextChat.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default function TextChat({ isSearchView = false }) {
127127
return (
128128
<>
129129
<div
130-
className="no-gradient-sm fixed bottom-0 left-0 w-full pt-6 sm:bg-gradient-to-b md:absolute"
130+
className="no-gradient-sm fixed bottom-0 left-0 w-full pt-6 sm:bg-gradient-to-b md:absolute md:w-[calc(100%-.5rem)]"
131131
style={{
132132
background: `linear-gradient(to bottom,
133133
${isDark ? 'rgba(52, 53, 65, 0)' : 'rgba(255, 255, 255, 0)'},

0 commit comments

Comments
 (0)