mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +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: sticky;
|
||||
top: 0;
|
||||
// Fix issue #398
|
||||
z-index: $zindex-0;
|
||||
|
||||
+mobile-smallest() {
|
||||
display: block;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user