We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e3d56 commit 153ddacCopy full SHA for 153ddac
src/components/react/ThemeSwitcher.tsx
@@ -54,7 +54,7 @@ export default function ThemeSwitcher() {
54
</button>
55
56
{isOpen && (
57
- <div className="absolute right-0 bottom-full mb-2 w-48 bg-ctp-base border border-ctp-surface1 rounded-lg shadow-xl z-50 overflow-hidden">
+ <div className="absolute right-0 top-full mt-2 w-48 bg-ctp-base border border-ctp-surface1 rounded-lg shadow-xl z-50 overflow-hidden">
58
<div className="py-1">
59
{THEMES.map((t) => (
60
<button
0 commit comments