overflow banner

This commit is contained in:
cupcakearmy 2021-11-24 16:50:13 +01:00
parent aa9c299814
commit 2d3bc1c742
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.8] 2021-11
## [0.8] 2021-11-24
### Fixed
- Bug with overflowing banner.
## [0.8] 2021-11-23
### Added

View File

@ -26,6 +26,10 @@
</div>
<style>
:global(*) {
box-sizing: border-box;
}
.wrapper {
position: fixed;
color: #000;