mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 10:11:39 +02: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 {
|
.history-entries {
|
||||||
height: 100%;
|
height: calc(100vh - $s-100);
|
||||||
padding: $s-12;
|
padding: $s-12;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue