corpus ajax loaded and displayed as physics map
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
node_modules/
|
||||
.npm-debug-log
|
||||
package-lock.json
|
||||
bower_components/
|
||||
|
||||
@@ -19,7 +19,8 @@ div.layout-container {
|
||||
height: 100%;
|
||||
padding: 1em;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
box-sizing: border-box;
|
||||
z-index: 1; }
|
||||
|
||||
header[role="banner"] {
|
||||
outline: 1px solid blue; }
|
||||
|
||||
@@ -20,6 +20,7 @@ div.layout-container{
|
||||
width:100%; height:100%;
|
||||
padding:1em;
|
||||
box-sizing: border-box;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
header[role="banner"]{
|
||||
|
||||
Reference in New Issue
Block a user