We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bf6a5 commit 49fc752Copy full SHA for 49fc752
src/shop-app.html
@@ -273,7 +273,7 @@
273
</app-toolbar>
274
275
<!-- Lazy-create the tabs for larger screen sizes. -->
276
- <div id="tabContainer" primary$="[[_shouldShowTabs]]" hidden$="[[!_shouldShowTabs]]">
+ <div id="tabContainer" sticky$="[[_shouldShowTabs]]" hidden$="[[!_shouldShowTabs]]">
277
<template is="dom-if" if="[[_shouldRenderTabs]]">
278
<shop-tabs
279
selected="[[categoryName]]"
@@ -498,7 +498,7 @@
498
_onAnnounce: function(e) {
499
this._announce(e.detail);
500
},
501
-
+
502
// A11y announce the given message.
503
_announce: function(message) {
504
this._a11yLabel = '';
0 commit comments