mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-28 03:43:38 +03:00
Merge pull request #121 from tloncorp/ja/wayfinding-margin
landscape: kill left-margin on wayfinding button
This commit is contained in:
commit
a8304e93fe
@ -127,7 +127,7 @@ export default function LandscapeWayfinding() {
|
||||
|
||||
return (
|
||||
<Dropdown.Root>
|
||||
<div className="sm:fixed sm:left-4 sm:bottom-4 sm:z-[100]">
|
||||
<div className="sm:fixed sm:left-4 sm:bottom-4 sm:z-[100] sm:!ml-0">
|
||||
<Dropdown.Trigger className="relative" asChild>
|
||||
<button className="h-8 w-8 cursor-pointer rounded-lg bg-black text-xl text-white sm:h-9 sm:w-9">
|
||||
?
|
||||
|
Loading…
Reference in New Issue
Block a user