diff options
author | bt <bt@web> | 2023-11-30 15:06:34 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-11-30 15:06:34 -0500 |
commit | ca5b5458789e703a37a3b05ec086c92474e7687e (patch) | |
tree | ec3fd1dec4033c2f2cdaa099c48abef435616bc1 | |
parent | 6b828366df2e1b77f11e1b65ec4776b0e4ffb1fc (diff) |
-rw-r--r-- | posts/sticky-elements.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/sticky-elements.md b/posts/sticky-elements.md index 5292cbf..ff1ee6d 100644 --- a/posts/sticky-elements.md +++ b/posts/sticky-elements.md @@ -1,6 +1,5 @@ -# Stop Using Sticky Navigation on Mobile - -2019-10-06 +[[!meta title="Stop Using Sticky Navigation on Mobile"]] +[[!meta date="2019-10-06"]] Stop styling your web elements to be "sticky" on mobile. This creates a horrible experience for your users and also looks like trash from a UI perspective. Don't style your navigation (or any components for that matter) to be "sticky" on mobile. They create poor experiences for your users and take away valuable screen space. |