Commit 1a1876c7 authored by Patrik Meijer's avatar Patrik Meijer
Browse files

Fix overflow in AttributeEditor

parent 3e53366a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ export default class AttributeEditor extends Component {
            : null;

        return (
            <Card>
            <Card style={{overflow: 'auto'}}>
                <Territory
                    gmeClient={gmeClient}
                    territory={territory}