Skip to content
代码片段 群组 项目
未验证 提交 cee763b1 编辑于 作者: Michael Randers-Pehrson's avatar Michael Randers-Pehrson 提交者: GitHub
浏览文件

[Blazor][Fixes #22895] Page header can be covered by other elements when there...

[Blazor][Fixes #22895] Page header can be covered by other elements when there is a lot of content on the page (#24005)

Adds z-index to top-row to avoid the header being covered by other elements
上级 410eb6db
No related branches found
No related tags found
无相关合并请求
...@@ -24,6 +24,7 @@ app { ...@@ -24,6 +24,7 @@ app {
height: 3.5rem; height: 3.5rem;
display: flex; display: flex;
align-items: center; align-items: center;
z-index: 10;
} }
.main { .main {
......
...@@ -24,6 +24,7 @@ app { ...@@ -24,6 +24,7 @@ app {
height: 3.5rem; height: 3.5rem;
display: flex; display: flex;
align-items: center; align-items: center;
z-index: 10;
} }
.main { .main {
......
...@@ -24,6 +24,7 @@ app { ...@@ -24,6 +24,7 @@ app {
height: 3.5rem; height: 3.5rem;
display: flex; display: flex;
align-items: center; align-items: center;
z-index: 10;
} }
.main { .main {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册