mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 01:21:33 +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>
|
||||
.DockPanel {
|
||||
background-color: rgb(255, 255, 255);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.scrollArea {
|
||||
|
Loading…
Reference in New Issue
Block a user