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:
parent
b3482c1d6a
commit
704421fa1f
1 changed files with 9 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue