Iframe conflicts with Stable theme

Created on 4 June 2024, 24 days ago
Updated 11 June 2024, 17 days ago

By visiting `/styleguide/explorer` I noticed that I wasn't able to click on sidebar and the right side of the page was cut off.

There's an absolute position for iframe that comes from a CSS file on themes where base theme is stable.

CSS is coming from /themes/contrib/stable/css/media/oembed.frame.css and code is:

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
🐛 Bug report
Status

Fixed

Version

1.0

Component

User interface

Created by

🇨🇷Costa Rica estebanvalerio.h

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024