{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreib3cin4r3pkvcfcui5dxuxwuns62g5rkvkusq4dsgtwklb5qtsixy",
"uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mf7lpphshf62"
},
"path": "/t/is-there-any-fix-or-workaround-about-the-scroll-bar-not-being-available-to-view-chats-on-project-folders/1295354?page=2#post_27",
"publishedAt": "2026-02-19T07:46:14.000Z",
"site": "https://community.openai.com",
"textContent": "With ChatGPT, I just found this solution which added the scroll bar for me (Windows 11, Edge):\n\n 1. Installed Edge browser extension “Stylus”\n(google for “install stylus for edge“)\n\n 2. Open Stylus, at “Style Manager” I added a “New Stylesheet” with the following URL Pattern:\n`^https:\\/\\/chatgpt\\.com\\/.*`\n\n\n\n\nThen I added the following code:\n\n`/* Force scrollbar to be visible inside chat column */\n[data-scroll-root] {\nscrollbar-width: auto !important;\n-ms-overflow-style: auto !important;\n}\n\n/* Edge / Chromium scrollbar */\n[data-scroll-root]::-webkit-scrollbar {\nwidth: 12px !important;\ndisplay: block !important;\n}\n\n[data-scroll-root]::-webkit-scrollbar-thumb {\nbackground-color: rgba(120,120,120,0.6) !important;\nborder-radius: 6px !important;\n}`\n\nI spent two hours on finding this solution with ChatGPT I hope this helps someone",
"title": "Is there any fix or workaround about the scroll bar not being available to view chats on project folders"
}