* fix header menu unable to maintain hover state in zentaoclient.

This commit is contained in:
Wenrui LI
2022-08-02 16:11:00 +08:00
parent 4d34304c1d
commit da9d8249b5
+1
View File
@@ -96,6 +96,7 @@ a.showMoreImage:hover {opacity: 1;}
body.xxc-embed {overflow-x: auto; overflow-y: hidden; height: 600px;}
body.xxc-embed.m-productplan-view,body.xxc-embed.m-bug-browse,body.xxc-embed.m-product-browse,body.xxc-embed.m-execution-story,body.xxc-embed.m-execution-bug,body.xxc-embed.m-execution-task {height: unset;}
.xxc-embed #header {position: fixed;top: 0;width: 100%;z-index: 10;}
.xxc-embed #header > #mainHeader > .container {z-index: 10;}
.xxc-embed #toolbar {position: fixed;right: 120px!important;}
.xxc-embed #main {position: absolute;top: 50px;bottom: 0;left: 0;right: 0;overflow: auto;}
.xxc-embed .fix-table-copy-wrapper {top: 50px!important;}