Albin Groen
Albin Groen
@honzasusek Do you mind putting up that repo or inviting me to it so I can see it?
@honzasusek Alright, you can DM me [here](https://twitter.com/albingroen)
I don't have the capacity to solve this, unfortunately, so I will close this for now :/
Hi Quavo, I understand your problem and I will try to think of a good solution. For now though, maybe you can just render a back option, like this?
You can also use the `footer` property on the root component to show something like this.
This PR adds support for hitting `Backspace` to move up a page (runs the `onEscape` if specified) https://github.com/albingroen/react-cmdk/pull/8
I'm experiencing the same issue. I'm using the GitHub theme with Next.js. On my version, h2's get a line height of simply `1.1` for example, but on Kyle's example website,...
Try adding this to your typography configuration, it solved at least some things for me. ```javascript theme.overrideThemeStyles = ({ rhythm }) => ({ "h1,h2": { paddingBottom: `calc(${rhythm(1 / 2)} -...
I think it should be fixed now. Do you mind checking?
Hmm, are you running Windows? I can't reproduce this on macOS