ヘッダーの下を操作可能にする
This commit is contained in:
parent
6b8e74a318
commit
94f40c51e0
1 changed files with 2 additions and 0 deletions
|
@ -71,11 +71,13 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
pointer-events: none;
|
||||||
@media(width<1000px) {
|
@media(width<1000px) {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& header {
|
& header {
|
||||||
|
pointer-events: auto;
|
||||||
background-color: var(--theme-color);
|
background-color: var(--theme-color);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transition: height .4s, transform .4s, background-color 1s;
|
transition: height .4s, transform .4s, background-color 1s;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue