mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix: vertical scrolling issue and scrollbar in chat
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -466,7 +466,7 @@
|
||||
}
|
||||
|
||||
.studio-content {
|
||||
min-height: calc(100vh - 48px);
|
||||
min-height: calc(100vh - 54px);
|
||||
margin-top: 54px;
|
||||
width: 100vw;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user