Skip to content
Snippets Groups Projects
Unverified Commit f3f6299a authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

Fix UI for slash cmd presets (#2260)


* fix ui for slash cmd presets

* hide scroll

---------

Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
parent a58f2711
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ export function SlashCommands({ showing, setShowing, sendCommand }) {
<div className="w-full flex justify-center absolute bottom-[130px] md:bottom-[150px] left-0 z-10 px-4">
<div
ref={cmdRef}
className="w-[600px] overflow-auto p-2 bg-zinc-800 rounded-2xl shadow flex-col justify-center items-start gap-2.5 inline-flex"
className="w-[600px] bg-zinc-800 rounded-2xl flex shadow flex-col justify-start items-start gap-2.5 p-2 overflow-y-auto max-h-[300px] no-scroll"
>
<ResetCommand sendCommand={sendCommand} setShowing={setShowing} />
<EndAgentSession sendCommand={sendCommand} setShowing={setShowing} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment