ocket8888 commented on code in PR #7398:
URL: https://github.com/apache/trafficcontrol/pull/7398#discussion_r1159065505


##########
experimental/traffic-portal/src/app/shared/generic-table/generic-table.component.scss:
##########
@@ -22,6 +22,7 @@ ag-grid-angular {
        width: 80vw;
        display: flex;
        margin: auto;
+       overflow-x: scroll;

Review Comment:
   this will make a horizontal scrollbar permanently appear on all 
`.extra-actions`s - is that what we really want? Or should this be `auto`?
   
   Note that I couldn't reproduce that in Firefox, which seems to ignore the 
spec and treat `scroll` the same as `auto`, but in Chrome the scrollbar was 
properly permanent.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to