Swiper removed
- Swiper removal work in progress + Fine debugging for every js-file
This commit is contained in:
@ -128,6 +128,14 @@ meta, body {
|
||||
border: solid 4px dimgray;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
padding-bottom: 30px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* CLOSE CROSS */
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
/* PANEL */
|
||||
.panel {
|
||||
background-color: #303030;
|
||||
position: absolute;
|
||||
/* position: absolute; */
|
||||
z-index: 20;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
|
Reference in New Issue
Block a user