Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Confirm> component not being positioned at page center #2758

Closed
iranmarcius opened this issue May 2, 2018 · 2 comments
Closed

<Confirm> component not being positioned at page center #2758

iranmarcius opened this issue May 2, 2018 · 2 comments

Comments

@iranmarcius
Copy link

I think Confirm component has a bug.

Steps

I have the following react application:

import 'semantic-ui-css/semantic.min.css';
import React, {Component} from 'react';
import {Confirm} from 'semantic-ui-react';

class App extends React.Component {

    render() {
        return (
            <Confirm open/>
        );
    }
}

export default App;

I expected the component to be rendered at the page center, but instead it's being rendered at the top left corner. Is this a bug?

I'm using semantic-ui-react 0.77.2 and semantic-ui-css 2.3.1

@welcome
Copy link

welcome bot commented May 2, 2018

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@layershifter
Copy link
Member

Duplicate #2550.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants