We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8df941 commit 7a3f01dCopy full SHA for 7a3f01d
public/styles/style-bootstrap.css
@@ -1134,6 +1134,10 @@ NoMeshesPanel img {
1134
#xdevices th {
1135
color: gray;
1136
text-align: center;
1137
+ position: sticky;
1138
+ top: 0;
1139
+ z-index: 1;
1140
+ background-color: var(--bs-body-bg);
1141
}
1142
1143
#xdevicesmap {
public/styles/style.css
@@ -959,6 +959,17 @@ NoMeshesPanel img {
959
-webkit-overflow-scrolling: touch;
960
961
962
+#xdevices th {
963
964
965
966
+ background-color: white;
967
+}
968
+
969
+.night #xdevices th {
970
+ background-color: black;
971
972
973
974
height: calc(100vh - 239px);
975
width: 100%;
0 commit comments