We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b6f6f commit 8dd5bdaCopy full SHA for 8dd5bda
2 files changed
ui/src/components/header/AnnouncementBanner.vue
@@ -122,10 +122,9 @@ export default {
122
.announcement-banner-container {
123
z-index: 1000;
124
top: 0;
125
- position: fixed;
+ position: relative;
126
margin: 0;
127
width: 100%;
128
- display: flex;
129
justify-content: center;
130
align-items: center;
131
}
ui/src/components/page/GlobalLayout.vue
@@ -334,4 +334,8 @@ export default {
334
position: absolute;
335
336
337
+.layout.ant-layout .sidemenu .ant-header-fixedHeader {
338
+ top: auto !important
339
+}
340
+
341
</style>
0 commit comments