Skip to content

Commit

Permalink
fix: update toolbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
terasum committed Nov 13, 2023
1 parent 9304be7 commit 837fef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layout/AppRightToolbar.vue
Expand Up @@ -37,7 +37,7 @@
.toolbar-content {
display: flex;
flex-direction: row;
max-height: calc(100% - $layout-header-height);
height: calc(100% - $layout-header-height);
border-left: 1px solid #dcdcdc;
overflow-y: auto;
&::-webkit-scrollbar {
Expand Down

0 comments on commit 837fef5

Please sign in to comment.