fix page number
This commit is contained in:
@@ -309,19 +309,7 @@
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.lg\:backdrop-blur-sm {
|
||||
position: relative;
|
||||
z-index: 1; /* Lower z-index so it goes under other components */
|
||||
}
|
||||
|
||||
.lg\:backdrop-blur-sm .flex.flex-row {
|
||||
position: relative;
|
||||
left: -190px; /* Adjust this value to move more/less to the left */
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Alternative: If you want the entire container shifted */
|
||||
.lg\:backdrop-blur-sm > .flex.flex-row {
|
||||
margin-left: -190px; /* Shift left by 20px, adjust as needed */
|
||||
}
|
||||
|
||||
div.max-w-full.lg\:bottom-0.lg\:fixed.lg\:left-0.lg\:right-0.xl\:left-72 {
|
||||
left: 0;
|
||||
right: unset !important;
|
||||
}
|
||||
Reference in New Issue
Block a user