quasar-framework
Version:
Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
16 lines (14 loc) • 310 B
text/stylus
.q-popover
position fixed
box-shadow $popover-box-shadow
border-radius $generic-border-radius
background $popover-background
z-index $z-popover
overflow-y auto
overflow-x hidden
max-width $popover-max-width
outline 0
> .q-list:only-child
border none
body div .q-popover
display none