fixed scrolling css in manage
authoralex <[email protected]>
Wed, 19 Feb 2020 15:05:28 +0000 (07:05 -0800)
committeralex <[email protected]>
Wed, 19 Feb 2020 15:06:31 +0000 (07:06 -0800)
src/components/manage/manage.css

index 230264a7fef7c93b7fb47c48a497f4ea8bbd6f87..531334429f4522ae051323d387132f196a4e33d1 100644 (file)
@@ -14,7 +14,9 @@
 }
 
 :local(.table) > thead {
-
+       position:sticky;
+       top:0;
+       background-color:white;
 }
 
 :local(.table) > thead > tr > th {