Skip to content

Commit

Permalink
Added missing popover class
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndik committed Jan 20, 2025
1 parent 0506029 commit 20a8165
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Control/public/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@
.nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0;}


/* Popover system */

.popover {
flex-shrink: 0;
flex-wrap: wrap;
align-items: flex-start;
position: absolute;
top: 0;
left: 0;
z-index: 1002;
max-width: var(--ui-component-large);
}

.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }

Expand Down

0 comments on commit 20a8165

Please sign in to comment.