From a1ba537f6ae91cfb18777f585690bb3f10f3f542 Mon Sep 17 00:00:00 2001 From: Clare Ming Date: Fri, 28 Jan 2022 10:46:48 -0700 Subject: [PATCH] Enable sticky header by default Bug: T297924 Change-Id: If95a917ab3fbbe49271c62e0ce1da8b74d0bd7b8 --- skin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.json b/skin.json index 542b9f58..0d631bb8 100644 --- a/skin.json +++ b/skin.json @@ -453,7 +453,7 @@ }, "VectorStickyHeader": { "value": { - "logged_in": false, + "logged_in": true, "logged_out": false }, "description": "@var array Enables a persistent header that allows quick access to user links, editing tools, search and other links while scrolling down a page"