File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ provide('openPlaylistDrawer', openPlaylistDrawer);
146
146
overflow : auto ;
147
147
display : block ;
148
148
flex : none ;
149
+ padding-bottom : 70px ;
149
150
}
150
151
}
151
152
</style >
Original file line number Diff line number Diff line change @@ -113,16 +113,18 @@ const isText = ref(false);
113
113
.app-menu {
114
114
max-width : 100% ;
115
115
width : 100vw ;
116
- position : relative ;
117
- z-index : 999999 ;
116
+ position : fixed ;
117
+ bottom : 0 ;
118
+ left : 0 ;
119
+ z-index : 99999 ;
118
120
@apply bg-light dark :bg- black border- t border- gray- 200 dark :border- gray- 700;
119
121
120
122
& -header {
121
123
display : none ;
122
124
}
123
125
124
126
& -list {
125
- @apply flex justify-between ;
127
+ @apply flex justify-between px- 4 ;
126
128
}
127
129
128
130
& -item {
You can’t perform that action at this time.
0 commit comments