mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 00:52:09 +03:00
Fix doc panel resizing (#10591)
One of the tasks in https://github.com/enso-org/enso/issues/10435
This commit is contained in:
parent
15810a4675
commit
22495e0592
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user