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:
@ -210,6 +210,7 @@ $(document).ready(function () {
|
||||
.css("height", "calc(100% - 10px)")
|
||||
.css("margin", "0 auto")
|
||||
.css("display", "block"));
|
||||
$("#floating_container").show();
|
||||
}
|
||||
}
|
||||
)
|
||||
|
@ -95,6 +95,7 @@ div.d3tooltip a{
|
||||
opacity: 0.9;
|
||||
right: 0;
|
||||
overflow:hidden;
|
||||
display: none;
|
||||
}
|
||||
#floating_content
|
||||
{
|
||||
|
Reference in New Issue
Block a user