Skip to content

Commit

Permalink
DIT-255: Settings
Browse files Browse the repository at this point in the history
- Fixed overflow issue with access keys
  • Loading branch information
EnvyPhD committed Dec 10, 2024
1 parent 9ae890a commit 68588f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vue/design/override-base-Canvas-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ body.with-left-side:not(.useFullWidth) {
box-sizing: border-box !important;
}

#access_tokens_holder {
overflow-x: auto !important;
}

#not_right_side {
#content {
display: flex !important;
Expand Down

0 comments on commit 68588f1

Please sign in to comment.