fix(ui): position read-only comment popover below icon with 4px gutter
This commit is contained in:
parent
af6bd9d3b1
commit
0a9f51f87f
2 changed files with 3 additions and 3 deletions
|
|
@ -77,8 +77,8 @@
|
|||
|
||||
[data-slot="session-review-comment-popover-content"] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: calc(100% + 12px);
|
||||
top: calc(100% + 4px);
|
||||
right: -8px;
|
||||
z-index: 6;
|
||||
min-width: 200px;
|
||||
max-width: min(320px, calc(100vw - 48px));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue