Fix doc panel resizing (#10591)

One of the tasks in https://github.com/enso-org/enso/issues/10435
This commit is contained in:
Ilya Bogdanov 2024-07-18 16:01:05 +03:00 committed by GitHub
parent 15810a4675
commit 22495e0592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ const style = computed(() => ({
<style scoped> <style scoped>
.DockPanel { .DockPanel {
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
position: relative;
} }
.scrollArea { .scrollArea {