Skip to content

Commit 62dad34

Browse files
Change footer position from fixed to sticky for improved layout behavior
1 parent e65b8cf commit 62dad34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/pulsa/layout.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
outline: none;
178178
box-shadow: 0 0 0 3px rgba(8, 136, 36, 0.5); /* focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50 */
179179
}
180-
.footer {
181-
position: fixed;
180+
.footer {
181+
position: sticky;
182182
left: 0;
183183
bottom: 0;
184184
width: 100%;

0 commit comments

Comments
 (0)