mirror of
https://github.com/vrana/adminer.git
synced 2025-08-29 09:10:09 +02:00
CSS: Sticky table headers (fix #918)
This commit is contained in:
@@ -108,6 +108,10 @@ tbody tr:hover td,tbody tr:hover th{
|
||||
background:#edf4ff
|
||||
}
|
||||
|
||||
thead {
|
||||
top: 46px;
|
||||
}
|
||||
|
||||
thead th, thead td {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
|
Reference in New Issue
Block a user