mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
Fix tabs style issue
* See: https://github.com/next-theme/hexo-theme-next/issues/398
This commit is contained in:
parent
abae50c285
commit
32892a688e
@ -14,6 +14,8 @@
|
|||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
// Fix issue #398
|
||||||
|
z-index: $zindex-0;
|
||||||
|
|
||||||
+mobile-smallest() {
|
+mobile-smallest() {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user