@dbcdk/react-components 0.0.93 → 0.0.94
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.
|
@@ -122,12 +122,6 @@
|
|
|
122
122
|
-webkit-overflow-scrolling: touch;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
/* Horizontal document-scrolling: always reserve the scrollbar gutter so
|
|
126
|
-
content doesn't shift when the page grows tall enough to need it. */
|
|
127
|
-
.documentScrolling.horizontal .mainScroll {
|
|
128
|
-
overflow-y: scroll;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
125
|
/* Content area (not a scroll container anymore) */
|
|
132
126
|
.content {
|
|
133
127
|
min-width: 0;
|
package/dist/styles/styles.css
CHANGED
package/dist/styles.css
CHANGED