File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -729,14 +729,14 @@ <h2 class="padding:5px_0px">Demo</h2>
729
729
</ div >
730
730
< div class ="position:sticky top:0 padding:15px_0px height:100vh ">
731
731
<!-- SandBox -->
732
- < div class ="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
732
+ < div class ="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
733
733
734
734
< div id ="demo-code " resizable class ="position:relative height:50% ">
735
735
< 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 >
736
736
< div resize ="bottom " class ="background:lightgrey "> </ div >
737
737
</ div >
738
738
739
- < div id ="demo-preview " class ="position:relative display:flex height:100% background-color:white ">
739
+ < div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
740
740
< div get-value ="#demo " class ="padding:20px "> </ div >
741
741
</ div >
742
742
Original file line number Diff line number Diff line change @@ -739,14 +739,14 @@ <h2 class="padding:5px_0px">Demo</h2>
739
739
</ div >
740
740
< div class ="position:sticky top:0 padding:15px_0px height:100vh ">
741
741
<!-- SandBox -->
742
- < div class ="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
742
+ < div class ="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
743
743
744
744
< div id ="demo-code " resizable class ="position:relative height:50% ">
745
745
< 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 >
746
746
< div resize ="bottom " class ="background:lightgrey "> </ div >
747
747
</ div >
748
748
749
- < div id ="demo-preview " class ="position:relative display:flex height:100% background-color:white ">
749
+ < div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
750
750
< div get-value ="#demo " class ="padding:20px "> </ div >
751
751
</ div >
752
752
Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
60
58
"webpack-log" : " ^3.0.1"
61
59
},
62
60
"dependencies" : {
63
- "@cocreate/crud-client" : " ^1.17.8 " ,
64
- "@cocreate/docs" : " ^1.5.1 " ,
65
- "@cocreate/hosting" : " ^1.7.1 " ,
66
- "@cocreate/observer" : " ^1.5.51 "
61
+ "@cocreate/crud-client" : " ^1.17.9 " ,
62
+ "@cocreate/docs" : " ^1.5.2 " ,
63
+ "@cocreate/hosting" : " ^1.7.2 " ,
64
+ "@cocreate/observer" : " ^1.5.52 "
67
65
}
68
66
}
You can’t perform that action at this time.
0 commit comments