mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
🐛 Fix scroll on history tab
This commit is contained in:
parent
1761a16d31
commit
89974f4c95
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
|
||||
.history-entries {
|
||||
height: 100%;
|
||||
height: calc(100vh - $s-100);
|
||||
padding: $s-12;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Reference in a new issue