Hacer navbar sticky para que se mantenga fijo al hacer scroll
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php if (Auth::check()): ?>
|
<?php if (Auth::check()): ?>
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="/dashboard.php">
|
<a class="navbar-brand" href="/dashboard.php">
|
||||||
<i class="bi bi-house-door-fill"></i> IBIZA CEA
|
<i class="bi bi-house-door-fill"></i> IBIZA CEA
|
||||||
|
|||||||
Reference in New Issue
Block a user