askbot-dragon 88.1.7 → 88.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "88.1.7",
3
+ "version": "88.1.8",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -221,7 +221,7 @@ export default {
221
221
 
222
222
  <style scoped lang="less">
223
223
  .positionView{
224
- height: 100%;
224
+ height: 94%;
225
225
  .has-footer{
226
226
  height: calc(100% - 60px);
227
227
  }