mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
fix(TextChat): allow space for scrollbar in gradient block (#988)
This commit is contained in:
parent
1bf6c259b9
commit
7abc5bc670
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ export default function TextChat({ isSearchView = false }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
className="no-gradient-sm fixed bottom-0 left-0 w-full pt-6 sm:bg-gradient-to-b md:absolute"
|
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)]"
|
||||||
style={{
|
style={{
|
||||||
background: `linear-gradient(to bottom,
|
background: `linear-gradient(to bottom,
|
||||||
${isDark ? 'rgba(52, 53, 65, 0)' : 'rgba(255, 255, 255, 0)'},
|
${isDark ? 'rgba(52, 53, 65, 0)' : 'rgba(255, 255, 255, 0)'},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue