mirror of
https://github.com/penpot/penpot.git
synced 2026-05-27 02:43:42 +00:00
🐛 Fix scroll problem
This commit is contained in:
parent
b3482c1d6a
commit
704421fa1f
@ -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…
x
Reference in New Issue
Block a user