• Jeffrey Kardatzke's avatar
    Fix placement of Feedback UI Cancel/Send Buttons · c72a79b0
    Jeffrey Kardatzke authored
    This fixes the placement of the Cancel and Send buttons in the feedback
    UI when the available screen area is smaller than the height of the
    feedback dialog. Previously, in that case the buttons would be pinned to
    the bottom of the viewport and the content in the dialog would scroll
    underneath the buttons. This separates them out into a separate div and
    removes their absolute positioning so that they no longer overlap. Some
    other margin were changed as well in order to prevent it from having
    60px of gap between the privacy notice and the buttons.
    
    on current builds or another bug prevents this from being scrollable at
    all
    
    Bug: 866931
    Test: Verified w/ and w/out magnifier on, SPM also needs to be disabled
    Change-Id: Ic58ee0cd3e7251ae3a37fc623f8928e9522066b3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504232Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
    Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com>
    Cr-Commit-Position: refs/heads/master@{#638263}
    c72a79b0
feedback.css 4.31 KB