Browse Source

Disable overflow on the combat view

master
Fen Dweller 5 years ago
parent
commit
a2d463123f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/components/Combat.vue

+ 1
- 0
src/components/Combat.vue View File

@@ -138,6 +138,7 @@ export default class Combat extends Vue {
width: 100%; width: 100%;
height: 100%; height: 100%;
flex: 10; flex: 10;
overflow: hidden;
} }


#log { #log {


Loading…
Cancel
Save