Fix: vertical scrolling issue and scrollbar in chat

This commit is contained in:
ernstmul
2025-04-30 16:21:54 +02:00
parent edd2e5e5a9
commit 357c19b2f7
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -130,10 +130,13 @@
</div>
</div>
<style>
<style lang="scss">
.overflow {
overflow: scroll;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: var(--border-neutral, #ededf0) transparent;
}
section {
display: flex;
flex-direction: column;
+1 -1
View File
@@ -466,7 +466,7 @@
}
.studio-content {
min-height: calc(100vh - 48px);
min-height: calc(100vh - 54px);
margin-top: 54px;
width: 100vw;