0
Fork 0
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:
Eva 2024-01-12 17:18:25 +01:00 committed by Alonso Torres
parent 1761a16d31
commit 89974f4c95

View file

@ -64,7 +64,7 @@
}
.history-entries {
height: 100%;
height: calc(100vh - $s-100);
padding: $s-12;
overflow-x: hidden;
overflow-y: auto;