Skip to content

Commit e8f78ae

Browse files
pr feedback
1 parent e9661b7 commit e8f78ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EssentialCSharp.Web/wwwroot/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,12 @@ a:hover {
337337
/* Page Navigation Arrow Buttons */
338338

339339
.turn-page {
340-
position: fixed !important;
340+
position: fixed;
341341
left: 0;
342342
right: 0;
343343
bottom: 2rem;
344-
top: auto !important;
345-
transform: none !important;
344+
top: auto;
345+
transform: none;
346346
z-index: 1000;
347347
display: flex;
348348
justify-content: space-between;

0 commit comments

Comments
 (0)