Skip to content

Commit 4be8be1

Browse files
committed
fix scroll of timeline
1 parent 7c655dc commit 4be8be1

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.timeline-container {
22
padding: 2rem;
33
margin-top: 4rem;
4+
padding-bottom: 4rem;
45
overflow-y: scroll;
5-
max-height: 95vh;
6+
max-height: 80vh;
67
}

internal/ui/angular-ui/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>AngularUi</title>
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/x-icon" href="favicon.ico">
8+
<link rel="icon" type="image/x-icon" href="favicon.svg">
99
</head>
1010
<body>
1111
<app-root></app-root>

internal/ui/web/favicon.ico

-14.7 KB
Binary file not shown.

internal/ui/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<style>*{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}</style><link rel="stylesheet" href="styles-ESB5IVWG.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-ESB5IVWG.css"></noscript></head>
1010
<body>
1111
<app-root></app-root>
12-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-CUJIMF3V.js" type="module"></script></body>
12+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-XOZ5U3GO.js" type="module"></script></body>
1313
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)