question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problema no user-panel dentro do 'sidebar'

See original GitHub issue
<div class="user-panel">
            <div class="pull-left image">
                <img src="../css_js/imagens/avatar5.png" class="img-circle" alt="User Image">
            </div>
            <div class="pull-left info">
                <p><?php echo $_SESSION['login_nome'] ?></p>
                <a href="#"><i class="fa fa-circle text-primary"></i><b><?php
                        switch ($_SESSION['login_nivel']) {
                            case 1: echo "WebMaster";
                                break;
                            case 2: echo "Admin";
                                break;
                            case 3: echo "Padrão";
                                break;
                        }
                        ?></b>!<br>
                    <span class="fa fa-circle text-success"></span><i style="font-size:10px;">Tempo Restante: <b id="time">30:00</b></i></a>
            </div>
        </div>

Abro o Painel e aparece normal, porém passa 2 segundo ele fica de acordo com a imagem 2. Começou a ocorrer ontem isso, antes estava normal, atualizei a versão do painel e tudo porém não resolvido esse problema.

img1

Ele joga pra baixo e fica invisivel, da uns 2 segundos após carregar o painel, e acontece isso img2

Alguem pode me ajudar?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
REJackcommented, Sep 8, 2019

Please write your issue in english.

0reactions
adrielwramoscommented, Sep 10, 2019

Resolvido

<div class="pull-left info" **style="position:unset !important"**>

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTML and CSS problem with sidebar, and hover in my webpage
Hello guys i have a problem with my sidebar, as you can see there are some spaces along the contents of the sidebar...
Read more >
Main Sidebar Component | AdminLTE 3 Documentation
Main Sidebar Component. The sidebar used in this page to the left provides an example of what your sidebar would look like. Construction...
Read more >
Como fazer Sidebar (Menu na Lateral) — ABC do Front-end
Nesse primeiro vídeo da nossa nova série "ABC do Front-end" vamos aprender como construir com HTML, CSS e JavaScript um Sidebar, ...
Read more >
How to create a Responsive Sidebar with dropdown menu in ...
How to create a Responsive Sidebar with dropdown menu in ReactJS? · IDE of choice (this tutorial uses VS Code, you can download...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found