6 lines
82 B
SCSS
6 lines
82 B
SCSS
#switch-menu {
|
|
position: fixed;
|
|
left: 10px;
|
|
bottom: 10px;
|
|
z-index: 300;
|
|
}
|