update site header panel zindex (#703)
This commit is contained in:
Родитель
bdbe521daa
Коммит
959240b4ea
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@microsoft/atlas-css': patch
|
||||
---
|
||||
|
||||
The z-index of the site-header's panels should not be dropdown, which is "in content." It should be popover, which is "on content"
|
|
@ -177,7 +177,7 @@ $site-header-panel-featured-section-border: 1px solid $table-border-dark !defaul
|
|||
background-color: $site-header-panel-background-color;
|
||||
text-wrap: wrap;
|
||||
box-shadow: $site-header-panel-shadow;
|
||||
z-index: $zindex-dropdown;
|
||||
z-index: $zindex-popover;
|
||||
inset-inline-start: 0;
|
||||
inset-block-start: calc($site-header-height - 1px);
|
||||
border-block-start: $site-header-panel-border;
|
||||
|
|
Загрузка…
Ссылка в новой задаче