File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1111 :content ="`Content ${i}`"
1212 :style ="'background-color: ' + ['#ff5252', '#42b983'][i % 2]" )
1313 template( v-slot:content )
14- v-icon.white--text check_circle
15- h1 {{ `Title ${i}` }}
16- p {{ `Content ${i}` }}
14+ .vueperslide__content-wrapper
15+ v-icon.white--text check_circle
16+ h1 {{ `Title ${i}` }}
17+ p {{ `Content ${i}` }}
1718</template >
1819
1920<script >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ v-app-bar.top-bar.elevation-0(app light color="white" dense text fixed align-cen
3838 v-icon apps
3939 |
4040 span Examples
41- v-list( dense ) .text-no-wrap
41+ v-list.text-no-wrap ( dense allow-overflow )
4242 v-list-item( color ="secondary" href ="#ex--simplest-ever" ) Simplest Ever
4343 v-list-item( color ="secondary" href ="#ex--basic" ) Basic with Autoplay
4444 v-list-item( color ="secondary" href ="#ex--arrows-and-bullets" ) Arrows & Bullets
@@ -82,6 +82,8 @@ export default {
8282@import ' ./variables' ;
8383
8484.top-bar {
85+ box-sizing : content-box ;
86+
8587 & .v-app-bar--fixed {
8688 z-index : 100 ;
8789 position : absolute ;
@@ -164,6 +166,8 @@ export default {
164166 opacity : 0 ;
165167 }
166168
169+ .v-menu__content {max-height : 90vh ;}
170+
167171 & __items .v-menu__content .v-list__item {
168172 height : 34px ;
169173 font-size : 1.1em ;
You can’t perform that action at this time.
0 commit comments