diff options
-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. |