mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-09 07:00:46 -04:00
feat: added warning for unreachable server (#43576)
* feat: added warning for unreachable server * fix: update initial state in test file * fix: make offline warning scroll with page * adjust z-indexes for warning banners * add hyperlink for offline warning
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
padding-bottom: 3px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
z-index: 150;
|
||||
}
|
||||
|
||||
.flash-message div {
|
||||
|
||||
Reference in New Issue
Block a user