mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 21:59:10 +00:00
🐛 Fix scroll on history tab
This commit is contained in:
parent
1761a16d31
commit
89974f4c95
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
.history-entries {
|
||||
height: 100%;
|
||||
height: calc(100vh - $s-100);
|
||||
padding: $s-12;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user