Improve doc

This commit is contained in:
syuilo
2021-08-06 14:28:40 +09:00
parent be29972ddf
commit 48113f3afd
2 changed files with 6 additions and 0 deletions

View File

@ -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;