0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

🐛 Fix scroll problem

This commit is contained in:
alonso.torres 2023-06-21 09:26:41 +02:00
parent b3482c1d6a
commit 704421fa1f

View file

@ -30,6 +30,15 @@
}
}
.tab-container-content {
overflow-y: auto;
overflow-x: hidden;
}
.inspect .tab-container-content {
overflow: hidden;
}
.tab-element,
.tab-element-content {
height: 100%;