home
/
projects
/
workouts
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e46517d
)
fixed scrolling css in manage
author
alex
<
[email protected]
>
Wed, 19 Feb 2020 15:05:28 +0000
(07:05 -0800)
committer
alex
<
[email protected]
>
Wed, 19 Feb 2020 15:06:31 +0000
(07:06 -0800)
src/components/manage/manage.css
patch
|
blob
|
history
diff --git
a/src/components/manage/manage.css
b/src/components/manage/manage.css
index 230264a7fef7c93b7fb47c48a497f4ea8bbd6f87..531334429f4522ae051323d387132f196a4e33d1 100644
(file)
--- a/
src/components/manage/manage.css
+++ b/
src/components/manage/manage.css
@@
-14,7
+14,9
@@
}
:local(.table) > thead {
-
+ position:sticky;
+ top:0;
+ background-color:white;
}
:local(.table) > thead > tr > th {