Skip to content

Commit 49fc752

Browse files
frankiefuEmmanuel Garcia
authored andcommitted
1 parent 38bf6a5 commit 49fc752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shop-app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
</app-toolbar>
274274

275275
<!-- Lazy-create the tabs for larger screen sizes. -->
276-
<div id="tabContainer" primary$="[[_shouldShowTabs]]" hidden$="[[!_shouldShowTabs]]">
276+
<div id="tabContainer" sticky$="[[_shouldShowTabs]]" hidden$="[[!_shouldShowTabs]]">
277277
<template is="dom-if" if="[[_shouldRenderTabs]]">
278278
<shop-tabs
279279
selected="[[categoryName]]"
@@ -498,7 +498,7 @@
498498
_onAnnounce: function(e) {
499499
this._announce(e.detail);
500500
},
501-
501+
502502
// A11y announce the given message.
503503
_announce: function(message) {
504504
this._a11yLabel = '';

0 commit comments

Comments
 (0)