1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-25 10:09:47 +02:00

fix typo + layout

This commit is contained in:
lxsang
2021-02-19 18:24:32 +01:00
parent 0765d22913
commit f457924d38
3 changed files with 3 additions and 1 deletions

View File

@ -210,6 +210,7 @@ $(document).ready(function () {
.css("height", "calc(100% - 10px)")
.css("margin", "0 auto")
.css("display", "block"));
$("#floating_container").show();
}
}
)

View File

@ -95,6 +95,7 @@ div.d3tooltip a{
opacity: 0.9;
right: 0;
overflow:hidden;
display: none;
}
#floating_content
{