Skip to content

Commit 87e9b14

Browse files
committed
fix top bar on mobile #2
1 parent 646f6f5 commit 87e9b14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
display: flex;
3838
justify-content: space-between;
3939
align-items: center;
40+
position: sticky;
41+
top: 0;
42+
z-index: 1000;
43+
flex-shrink: 0;
4044
}
4145

4246
.title {
@@ -354,7 +358,7 @@
354358
</head>
355359
<body>
356360
<div class="header">
357-
<div class="title">>>> RetroChat IRC v1.0 <<<</div>
361+
<div class="title">RetroChat</div>
358362
<div class="user-info">
359363
<input type="text" class="nickname-input" placeholder="Enter nickname..." value="Anonymous">
360364
<div class="status-group">

0 commit comments

Comments
 (0)