Skip to content

Commit 5985fec

Browse files
Samiya CaurDevtools-frontend LUCI CQ
authored andcommitted
Fix AI Assistance Tab Focus getting chopped in Network tab
Bug: 378027634 Change-Id: I6ab7287b970fe18732e1d4b6499c947e0bb14dfa Fixed: 378027634 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6439331 Auto-Submit: Samiya Caur <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent 200f6f9 commit 5985fec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

front_end/panels/network/networkLogView.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@
260260
.data-grid-data-grid-node .ai-button-container {
261261
display: none;
262262
float: right;
263+
264+
devtools-floating-button {
265+
position: absolute;
266+
z-index: 999;
267+
margin-left: -17px;
268+
}
263269
}
264270

265271
.data-grid-data-grid-node:hover .ai-button-container {

0 commit comments

Comments
 (0)