We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e660381 commit bc69064Copy full SHA for bc69064
src/components/Layout/LanguageSelector.tsx
@@ -107,7 +107,7 @@ export const LanguageSelector = () => {
107
}, [langParam, options]);
108
109
return (
110
- <div ref={selectRef} className="absolute top-0 right-0 md:relative w-full text-right md:text-left mb-24 focus-base">
+ <div ref={selectRef} className="md:relative w-full text-right md:text-left mb-24 focus-base">
111
<Select
112
options={options}
113
value={selectedOption}
0 commit comments