Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

BC-6724 - fix horizontal scrollbar #71

Merged
merged 8 commits into from
Jun 17, 2024
Merged

Conversation

UzaeirKhan
Copy link
Contributor

Description

On the column board page the horizontal scroll bar appears at wrong position
BC-6724

Links to Tickets or other pull requests

https://ticketsystem.dbildungscloud.de/browse/BC-6724

Changes

Datasecurity

Deployment

New Repos, NPM pakages or vendor scripts

Screenshots of UI changes

Approval for review

  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

@UzaeirKhan UzaeirKhan requested a review from mamutmk5 June 4, 2024 14:17
compose-files/docker-compose.yml Outdated Show resolved Hide resolved
@UzaeirKhan UzaeirKhan requested a review from mamutmk5 June 4, 2024 14:46
compose-files/docker-compose.yml Outdated Show resolved Hide resolved
compose-files/docker-compose.yml Outdated Show resolved Hide resolved
compose-files/docker-compose.yml Outdated Show resolved Hide resolved
@@ -64,7 +64,7 @@ services:
volumes:
- ../scripts/mongo_setup.sh:/scripts/mongo_setup.sh
restart: "no"
entrypoint: [ "bash", "/scripts/mongo_setup.sh" ]
entrypoint: [ bash", "/scripts/mongo_setup.sh" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot a "

@@ -145,6 +145,8 @@ services:
- FILES_STORAGE__S3_REGION=eu-central-1
- CLAMAV__SERVICE_HOSTNAME=localhost
- CLAMAV__SERVICE_PORT=3310
# ENV for new side menu
- FEATURE_NEW_LAYOUT_ENABLED=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alternative, add this flag in server and legacy client in config/test.json

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or make it the default...

@odalys-dataport odalys-dataport merged commit 020aeb8 into main Jun 17, 2024
1 check failed
@odalys-dataport odalys-dataport deleted the BC-6724-fix-scrollbar branch June 17, 2024 09:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants