Skip to content

Commit

Permalink
Fix issues with Fast template modal (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jul 10, 2021
1 parent f38c76f commit fae3c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/template/fast/list/fast_list_template.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ img.app-logo {

.pn-modal-close {
position: absolute;
right: 25px;
right: 10%;
z-index: 100;
}

Expand Down Expand Up @@ -234,4 +234,4 @@ html {
div.pn-wrapper {
position: relative;
background: var(--background-color)
}
}

0 comments on commit fae3c67

Please sign in to comment.