Parcourir la source

Disable overflow on the combat view

vintage
Fen Dweller il y a 5 ans
Parent
révision
a2d463123f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/components/Combat.vue

+ 1
- 0
src/components/Combat.vue Voir le fichier

@@ -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 {


Chargement…
Annuler
Enregistrer