Fix reviewer view height

This commit is contained in:
Luc Mcgrady 2025-10-02 14:22:53 +01:00
parent c0a1cb10c8
commit eb6520520c
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -10,7 +10,7 @@
<style>
div {
height: calc(100vh - 40px);
height: 100vh;
display: flex;
flex-direction: column;
}