We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e634f47 commit 7e9f1e6Copy full SHA for 7e9f1e6
src/about/team/TeamList.vue
@@ -61,19 +61,27 @@ defineProps<{
61
@media (min-width: 768px) {
62
.info {
63
position: sticky;
64
- top: 32px;
+ top: calc(var(--vt-banner-height) + 32px);
65
left: 0;
66
padding: 0 24px 0 0;
67
width: 256px;
68
}
69
+
70
+ html.banner-dismissed .info {
71
+ top: 32px;
72
+ }
73
74
75
@media (min-width: 960px) {
76
- top: 88px;
77
+ top: calc(var(--vt-banner-height) + 88px);
78
padding: 0 64px 0 0;
79
width: 384px;
80
81
82
83
+ top: 88px;
84
85
86
87
.title {
0 commit comments