From 9055db069d2f0fc0b9a3f76e5b92e0613c39f8fe Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 3 Apr 2023 03:37:01 +0100 Subject: [PATCH] docs: fix styles --- docs/.vuepress/styles/index.styl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 1640a6aaa..66f0d6c3b 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -67,3 +67,11 @@ li.params p { #app .page .badge.warn { background-color: #ff774d; } + +.sw-update-popup { + z-index: 11; +} + +.wads-sticky { + margin: auto; +}