added collision check to corpus map animation
This commit is contained in:
@@ -1211,7 +1211,6 @@ main[role="main"] .layout-content {
|
||||
overflow: hidden; }
|
||||
main[role="main"] .layout-content .row .col {
|
||||
pointer-events: all;
|
||||
height: 100%;
|
||||
position: relative; }
|
||||
main[role="main"] .layout-content .row .col > .wrapper {
|
||||
position: relative;
|
||||
|
||||
@@ -110,7 +110,7 @@ main[role="main"]{
|
||||
overflow: hidden;
|
||||
.col{
|
||||
pointer-events:all;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
position: relative;
|
||||
&>.wrapper{
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user