Skip to content

Commit bc69064

Browse files
committed
fix: remove unnecessary absolute positioning of right nav language selector
1 parent e660381 commit bc69064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/LanguageSelector.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const LanguageSelector = () => {
107107
}, [langParam, options]);
108108

109109
return (
110-
<div ref={selectRef} className="absolute top-0 right-0 md:relative w-full text-right md:text-left mb-24 focus-base">
110+
<div ref={selectRef} className="md:relative w-full text-right md:text-left mb-24 focus-base">
111111
<Select
112112
options={options}
113113
value={selectedOption}

0 commit comments

Comments
 (0)