Merge branch 'fix-header-gab-and-fixedHeader' into 'dev'
Fix: header blank space/gab See merge request keanuapp/keanuapp-weblite!202
This commit is contained in:
commit
de11b06c38
1 changed files with 6 additions and 1 deletions
|
|
@ -158,7 +158,12 @@ body {
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
-webkit-backdrop-filter: blur(2px);
|
-webkit-backdrop-filter: blur(2px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media #{map-get($display-breakpoints, 'sm-and-down')} {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-root {
|
.chat-root {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue