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 8b81060 commit 8835f5eCopy full SHA for 8835f5e
components/Panel/Panel.vue
@@ -127,7 +127,7 @@
127
128
.panel__main {
129
.panel__nav__wrapper {
130
- position: sticky;
+ position: absolute;
131
top: 0;
132
left: 0;
133
right: 0;
components/Panel/PanelItem.vue
@@ -55,6 +55,7 @@
55
<style lang="scss" scoped>
56
.panel__item {
57
height: calc(100% - 50px);
58
+ margin-top: 50px;
59
overflow-y: scroll;
60
overflow-x: hidden;
61
}
0 commit comments