ywana-core8 0.2.13 → 0.2.14
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/dist/index.css +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/desktop/desktop.js +1 -3
- package/src/desktop/window.css +1 -0
package/dist/index.css
CHANGED
@@ -15966,6 +15966,7 @@ li.selected,
|
|
15966
15966
|
.window__content {
|
15967
15967
|
flex: 1;
|
15968
15968
|
background: white;
|
15969
|
+
overflow: hidden;
|
15969
15970
|
}
|
15970
15971
|
|
15971
15972
|
/* Status Bar */
|
package/dist/index.js
CHANGED
@@ -32969,7 +32969,7 @@ const Workspace = ({ children }) => {
|
|
32969
32969
|
toolbar: window2.toolbar,
|
32970
32970
|
statusBar: window2.statusBar
|
32971
32971
|
},
|
32972
|
-
|
32972
|
+
window2.content
|
32973
32973
|
)));
|
32974
32974
|
};
|
32975
32975
|
const DesktopTaskbar = () => {
|