diff options
-rw-r--r-- | frontend/app/Main.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/app/Main.hs b/frontend/app/Main.hs index eb05983..d851cca 100644 --- a/frontend/app/Main.hs +++ b/frontend/app/Main.hs @@ -284,6 +284,17 @@ nav li a.active { nav li a:hover, nav li a:active { background-color: whitesmoke; } + +/* main scrolling */ +main { + max-height: calc(100vh - 64px);} + +/* table */ +table td { + white-space: pre; + overflow: hidden; + text-overflow: ellipsis; + max-width: 480px; } |] ) ] |