enhance(client): better sticky-container component

This commit is contained in:
syuilo
2022-07-02 21:28:55 +09:00
parent ef83670716
commit f9ba35d928
3 changed files with 24 additions and 34 deletions

View File

@@ -174,9 +174,6 @@ onUnmounted(() => {
.fdidabkb {
--height: 60px;
display: flex;
position: sticky;
top: var(--stickyTop, 0);
z-index: 1000;
width: 100%;
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));