@brightspace-ui/core 1.231.2 → 1.231.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": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.231.
|
|
3
|
+
"version": "1.231.3",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|
|
@@ -542,7 +542,6 @@ class TemplatePrimarySecondary extends FocusVisiblePolyfillMixin(RtlMixin(Locali
|
|
|
542
542
|
|
|
543
543
|
main {
|
|
544
544
|
flex: 2 0 0;
|
|
545
|
-
-webkit-overflow-scrolling: touch;
|
|
546
545
|
overflow-x: hidden;
|
|
547
546
|
transition: none;
|
|
548
547
|
}
|
|
@@ -570,7 +569,6 @@ class TemplatePrimarySecondary extends FocusVisiblePolyfillMixin(RtlMixin(Locali
|
|
|
570
569
|
aside {
|
|
571
570
|
height: 100%;
|
|
572
571
|
min-width: ${desktopMinSize}px;
|
|
573
|
-
-webkit-overflow-scrolling: touch;
|
|
574
572
|
overflow-x: hidden;
|
|
575
573
|
overflow-y: scroll;
|
|
576
574
|
}
|