mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Decrease the value of z-index
This commit is contained in:
parent
8e3ec267e0
commit
6067b5f145
@ -119,12 +119,12 @@ $line-height-code-block = 1.6; // Can't be less than 1.3;
|
||||
|
||||
// Z-index master list
|
||||
// --------------------------------------------------
|
||||
$zindex-0 = 1000;
|
||||
$zindex-1 = 1100;
|
||||
$zindex-2 = 1200;
|
||||
$zindex-3 = 1300;
|
||||
$zindex-4 = 1400;
|
||||
$zindex-5 = 1500;
|
||||
$zindex-0 = 5;
|
||||
$zindex-1 = 10;
|
||||
$zindex-2 = 20;
|
||||
$zindex-3 = 30;
|
||||
$zindex-4 = 40;
|
||||
$zindex-5 = 50;
|
||||
|
||||
|
||||
// Table
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user