Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit a3a1ae7

Browse files
committed
footer ux improved
1 parent de19826 commit a3a1ae7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

styles.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ div.database-plugin__td.data-input span:focus {
458458
display: table;
459459
height: 1px; /** Hack to prevent collapsing of table cells */
460460
overflow: scroll;
461+
margin-bottom: 1rem;
461462
}
462463

463464
.database-plugin__th:last-child {
@@ -702,24 +703,18 @@ div.database-plugin__td.data-input span:focus {
702703

703704
@media only screen and (max-height: 1440px) {
704705
.database-plugin__scroll-container {
705-
will-change: transform;
706-
width: 100%;
707706
height: 95%;
708707
}
709708
}
710709

711710
@media only screen and (max-height: 1024px) {
712711
.database-plugin__scroll-container {
713-
will-change: transform;
714-
width: 100%;
715712
height: 92%;
716713
}
717714
}
718715

719716
@media only screen and (max-height: 768px) {
720717
.database-plugin__scroll-container {
721-
will-change: transform;
722-
width: 100%;
723718
height: 85%;
724719
}
725720
}

0 commit comments

Comments
 (0)