mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
style(docs): change DocSearch z-index (#9278)
* fix(docs): [table-v2] adjust overlay zIndex value * style(docs): change DocSearch z-index * style: update style
This commit is contained in:
parent
477aee23c6
commit
ec08345376
@ -185,6 +185,10 @@ function initialize(userOptions: any) {
|
||||
|
||||
transition: background-color var(--el-transition-duration-fast);
|
||||
|
||||
&.DocSearch-Container {
|
||||
z-index: 20000;
|
||||
}
|
||||
|
||||
&.DocSearch-Button {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user