Skip to content

Commit 28c8baa

Browse files
Merge pull request #1061 from RaspberryPiFoundation/1056-block-to-text---css-change
fixed css of the button of Sidebar + updated docker-compose.yml
2 parents 2f33fc1 + 752c09c commit 28c8baa

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
### Changed
1212

13+
## Unreleased
14+
15+
### Fixed
16+
17+
- CSS fix for the bottom of Sidebar
18+
1319
### Fixed
1420

1521
- Attach Skulpt files to the `document.body` to avoid issues with the shadow DOM (#1062)

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ services:
2727
networks:
2828
default:
2929
name: shared-development
30+
external: true

src/assets/stylesheets/Sidebar.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128

129129
.sidebar__panel-footer {
130130
border-block-start: 1px solid $rpf-grey-150;
131-
position: absolute;
132131
inset-block-end: 0px;
133132
inline-size: 100%;
134133
inline-size: -moz-available;

0 commit comments

Comments
 (0)