mirror of https://github.com/vuejs/vue.git
11 lines
109 B
CSS
11 lines
109 B
CSS
|
.Query {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.Query:hover .popover {
|
||
|
left: -100%;
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
}
|
||
|
|