diff --git a/.vitepress/theme/Altair.vue b/.vitepress/theme/Altair.vue index 6dce841..8201444 100644 --- a/.vitepress/theme/Altair.vue +++ b/.vitepress/theme/Altair.vue @@ -83,7 +83,7 @@ export default {
- @@ -97,6 +97,7 @@ export default { overflow: auto; padding: 20px; position: relative; + background-color: white; } .vega-chart-container:not(.no-box-shadow) { @@ -111,14 +112,13 @@ export default { left: 0; z-index: 100; padding: 1%; - background-color: white; } .expand-btn { position: absolute; top: 10px; right: 10px; - /* z-index: 101; */ + outline: none !important; width: 30px; height: 30px; border-radius: 5px;