Skip to content

Commit

Permalink
now on the div and tag button selection the content is shown on the c…
Browse files Browse the repository at this point in the history
…ustomer panel :uvdesk#173
  • Loading branch information
antuchaudharyqlo246 committed Jul 7, 2023
1 parent 65f059e commit 399cca7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/public/css/knowledgebase.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,19 @@ input[type="radio"][disabled="disabled"] + .uv-radio-view {
background: rgba(255, 255, 255, 0.9);
overflow-y: auto;
animation: fade-in-white 0.3s ease-in-out;
}


.uv-rtl .uv-pop-up-box {
top: 50px;
bottom: 1000px;
left: -23%;
z-index: 5000;
background: rgba(255, 255, 255, 0.9);
overflow-y: auto;
animation: fade-in-white 0.3s ease-in-out;
}

.uv-pop-up-box {
background: #FFFFFF;
padding: 25px;
Expand Down

0 comments on commit 399cca7

Please sign in to comment.