Commit e00c3fec authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

Local NTP: fix doodle expanding outside of the container

Bug: 1091394
Change-Id: Ia9c32ffeab2d6992c9db6ff86d22c89dd262bdb0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231541
Auto-Submit: Esmael Elmoslimany <aee@chromium.org>
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775316}
parent 190aba0a
......@@ -3,9 +3,8 @@
* found in the LICENSE file. */
#logo {
height: calc(var(--logo-height) + var(--logo-margin-bottom));
margin-top: var(--logo-margin-top);
min-height: fit-content;
min-height: calc(var(--logo-height) + var(--logo-margin-bottom));
position: relative;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment