Improve doc
This commit is contained in:
@ -99,9 +99,12 @@ export default defineComponent({
|
||||
z-index: 10;
|
||||
position: sticky;
|
||||
top: var(--stickyTop, 0px);
|
||||
background: var(--panel);
|
||||
/* TODO panelの半透明バージョンをプログラマティックに作りたい
|
||||
background: var(--X17);
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(20px);
|
||||
*/
|
||||
|
||||
> .title {
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user