mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Made table headers in Spinner sticky.
This commit is contained in:
committed by
Cody Henthorne
parent
80f338c3af
commit
ec6d5031cf
@@ -20,6 +20,12 @@ th, td {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.query-input {
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
|
||||
Reference in New Issue
Block a user