@salesforcedevs/docs-components 1.33.2-alpha-iphone-scroll-1 → 1.33.2-alpha-iphone-scroll-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "1.33.2-alpha-iphone-scroll-1",
3
+ "version": "1.33.2-alpha-iphone-scroll-3",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -1,3 +1,9 @@
1
+ @media screen and (max-width: 768px) {
2
+ :host {
3
+ display: inline-block;
4
+ }
5
+ }
6
+
1
7
  :host .survey-container {
2
8
  align-items: center;
3
9
  align-content: center;
@@ -167,8 +167,7 @@ dx-toc {
167
167
  padding-right: 0;
168
168
  padding-left: 0;
169
169
  overflow-x: auto;
170
- padding-bottom: calc(var(--dx-g-spacing-5xl) + 4px);
171
- margin-bottom: 0;
170
+ margin-bottom: calc(var(--dx-g-spacing-5xl) + 4px);
172
171
  }
173
172
 
174
173
  .left-nav-bar {