mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
14 lines
225 B
CSS
14 lines
225 B
CSS
.container {
|
|
mask-image: linear-gradient(
|
|
to right,
|
|
transparent 0.8em,
|
|
white 1.5em,
|
|
white calc(100% - 1.5em),
|
|
transparent calc(100% - 0.8em)
|
|
);
|
|
}
|
|
|
|
.container::-webkit-scrollbar {
|
|
appearance: none;
|
|
}
|