File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ <h4><span>lazy-loader</span> <span class="cocreate-badge success">string</span>
6464 < h2 class ="border-bottom:1px_solid_lightgrey padding:5px_0px "> Demo</ h2 >
6565 < div class ="position:sticky top:0 padding:10px_0px height:100vh ">
6666 <!-- SandBox -->
67- < div class ="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
67+ < div class ="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
6868
6969 < div id ="demo-code " resizable class ="position:relative height:50% ">
7070 < textarea type ="code " lang ="html " collection ="demos " document_id ="" name ="demo " save ="false " id ="demo " class ="height:100% width:100% outline:none border:none resize:none padding:5px "> </ textarea >
7171 < div resize ="bottom " class ="background:lightgrey "> </ div >
7272 </ div >
7373
74- < div id ="demo-preview " class ="position:relative display:flex height:100% background-color:white ">
74+ < div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
7575 < div get-value ="#demo " class ="padding:20px "> </ div >
7676 </ div >
7777
Original file line number Diff line number Diff line change 2020 " html5-framework" ,
2121 " javascript-framework"
2222 ],
23- "publishConfig" : {
24- "access" : " public"
25- },
23+ "publishConfig" : { "access" : " public" },
2624 "scripts" : {
2725 "start" : " npx webpack --config webpack.config.js" ,
2826 "build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
6058 "webpack-log" : " ^3.0.1"
6159 },
6260 "dependencies" : {
63- "@cocreate/docs" : " ^1.5.1 " ,
64- "@cocreate/hosting" : " ^1.7.1 " ,
65- "@cocreate/observer" : " ^1.5.51 "
61+ "@cocreate/docs" : " ^1.5.2 " ,
62+ "@cocreate/hosting" : " ^1.7.2 " ,
63+ "@cocreate/observer" : " ^1.5.52 "
6664 }
6765}
You can’t perform that action at this time.
0 commit comments