@@ -72,10 +72,6 @@ input.input-inline {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app img {
|
|
||||||
box-sizing: content-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
#searchbox {
|
#searchbox {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|||||||
14
src/App.vue
14
src/App.vue
@@ -119,12 +119,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.deck-main {
|
</style>
|
||||||
bottom: 0;
|
|
||||||
overflow: auto;
|
<style>
|
||||||
position: absolute;
|
#content * {
|
||||||
top: 44px;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user