Skip to content
Snippets Groups Projects
Unverified Commit 4ac5e554 authored by Erich Focht's avatar Erich Focht Committed by GitHub
Browse files

Actually enable x-scrolling when citations overflow. (#178)

parent 970d38cc
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ export default function Citations({ sources = [] }) {
return (
<div className="flex flex-col mt-4 justify-left">
<div className="no-scroll flex flex-col justify-left overflow-x-scroll ">
<div className="flex flex-col justify-left overflow-x-scroll ">
<div className="w-full flex overflow-x-scroll items-center gap-4 mt-1 doc__source">
{combineLikeSources(sources).map((source) => (
<Citation id={source?.id || v4()} source={source} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment