Open tpalonen opened 5 years ago
This has now been fixed in finto.css
After bootstrap 5 update this issue seems to have reappeared, when using Firefox with developer tools docked to right corner of browser window.
Can this be adjusted in the css-file or does it require something else? eg: https://finto.fi/resource/css/styles.css
.right-box {
background-color: var(--white-color);
width: 240px;
padding: 15px;
position: absolute;
right: 0;
top: 0;
}
More css on the Finto homepage
<a class="twitter-timeline"
height="330"
data-dnt="true"
data-link-color="#00748f"
data-chrome="nofooter
noborders"
href="https://twitter.com/Fintopalvelu"
data-widget-id="466581978829950976">Tweets by @Fintopalvelu</a>
Finto frontpage has three elements (welcoming text box, list of ontologies, Twitter feed box) which will overlap when shrinking the browser window width to approximately half the screen width with zoom 90% or 67% as tested with Firefox. See the attached screenshot.