Commit 09cd3dcb authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix z-index issue in dialog.

parent 276fdc96
...@@ -12,7 +12,6 @@ body { ...@@ -12,7 +12,6 @@ body {
background-color:black; background-color:black;
position:fixed; position:fixed;
top:0;left:0; top:0;left:0;
z-index:10000;
height:44px; height:44px;
padding:0; padding:0;
border-bottom:1px solid #999; border-bottom:1px solid #999;
...@@ -86,7 +85,6 @@ li { margin: 3px; ...@@ -86,7 +85,6 @@ li { margin: 3px;
} }
#render { #render {
z-index:5000;
text-align: center; text-align: center;
background-color:white; background-color:white;
} }
...@@ -268,7 +266,6 @@ path, ._jsPlumb_endpoint { cursor:pointer; } ...@@ -268,7 +266,6 @@ path, ._jsPlumb_endpoint { cursor:pointer; }
font-style:italic; font-style:italic;
padding-top:0.9em; padding-top:0.9em;
font-size:0.9em; font-size:0.9em;
z-index:4;
cursor:move; cursor:move;
background-color:white; background-color:white;
font-size:11px; font-size:11px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment