Skip to content

Commit

Permalink
Added Visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Jul 22, 2024
1 parent 171333c commit 352f0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/services/PopupWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const focus = (popup: PopupWindow) => {
grid-template-columns: auto 1fr auto;
opacity: 0;
transition: opacity 0.3s cubic-bezier(0.55, 0.09, 0.97, 0.32) ;
overflow: hidden;
overflow: visible;
[data-window-modal-background=background] {
position: absolute;
Expand Down Expand Up @@ -109,7 +109,7 @@ const focus = (popup: PopupWindow) => {
grid-row: 1;
grid-column: 2;
font-size: medium;
overflow: hidden;
overflow: visible;
white-space: nowrap;
text-overflow: ellipsis;
cursor: move;
Expand Down

0 comments on commit 352f0b1

Please sign in to comment.