This website works better with JavaScript.
Home
Explore
Help
Sign In
great_wolves
/
feast
forked from
chemicalcrux/feast
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Disable overflow on the combat view
master
Fen Dweller
5 years ago
parent
fb6637a0a1
commit
a2d463123f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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%;
height: 100%;
flex: 10;
overflow: hidden;
}
#log {
Write
Preview
Loading…
Cancel
Save