mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-16 01:54:53 +02:00
Fixing back blured layer made scroll not accesible
This commit is contained in:
@@ -25,10 +25,7 @@
|
|||||||
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
|
||||||
|
|
||||||
<!-- CSS Base -->
|
<!-- CSS Base -->
|
||||||
<link rel="stylesheet" type='text/css' media='all' href="../static/css/base.css">
|
<link rel="stylesheet" type='text/css' media='all' href="../static/css/webslides.css">
|
||||||
|
|
||||||
<!-- CSS Colors -->
|
|
||||||
<link rel="stylesheet" type='text/css' media='all' href="../static/css/colors.css">
|
|
||||||
|
|
||||||
<!-- Optional - CSS SVG Icons (Font Awesome) -->
|
<!-- Optional - CSS SVG Icons (Font Awesome) -->
|
||||||
<link rel="stylesheet" type='text/css' media='all' href="../static/css/svg-icons.css">
|
<link rel="stylesheet" type='text/css' media='all' href="../static/css/svg-icons.css">
|
||||||
|
@@ -133,5 +133,7 @@
|
|||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
filter: blur(10px);
|
filter: blur(10px);
|
||||||
|
/* BLur makes scroll no accesible */
|
||||||
|
width: calc(100% - 10px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.3.1
|
* Version: 1.3.1
|
||||||
* Date: 2017-07-10
|
* Date: 2017-07-13
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
@@ -2992,7 +2992,9 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
|||||||
z-index: 0; }
|
z-index: 0; }
|
||||||
#webslides.disabled {
|
#webslides.disabled {
|
||||||
-webkit-filter: blur(10px);
|
-webkit-filter: blur(10px);
|
||||||
filter: blur(10px); }
|
filter: blur(10px);
|
||||||
|
/* BLur makes scroll no accesible */
|
||||||
|
width: calc(100% - 10px); }
|
||||||
|
|
||||||
/*=========================================
|
/*=========================================
|
||||||
17. PRINT
|
17. PRINT
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.3.1
|
* Version: 1.3.1
|
||||||
* Date: 2017-07-10
|
* Date: 2017-07-13
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
|
2
static/js/webslides.min.js
vendored
2
static/js/webslides.min.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.3.1
|
* Version: 1.3.1
|
||||||
* Date: 2017-07-10
|
* Date: 2017-07-13
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
|
Reference in New Issue
Block a user