wip(app): line selection
This commit is contained in:
parent
0eb523631d
commit
82f718b3cf
4 changed files with 108 additions and 194 deletions
|
|
@ -79,7 +79,7 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
right: calc(100% + 12px);
|
||||
z-index: 40;
|
||||
z-index: 6;
|
||||
min-width: 200px;
|
||||
max-width: min(320px, calc(100vw - 48px));
|
||||
border-radius: var(--radius-md);
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
[data-slot="session-review-comment-anchor"] {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
z-index: 30;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
[data-slot="session-review-comment-button"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue