mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-21 04:12:01 +02:00
Fixing back blured layer made scroll not accesible
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Name: WebSlides
|
||||
* Version: 1.3.1
|
||||
* Date: 2017-07-10
|
||||
* Date: 2017-07-13
|
||||
* Description: Making HTML presentations easy
|
||||
* URL: https://github.com/webslides/webslides#readme
|
||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||
@@ -2992,7 +2992,9 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
||||
z-index: 0; }
|
||||
#webslides.disabled {
|
||||
-webkit-filter: blur(10px);
|
||||
filter: blur(10px); }
|
||||
filter: blur(10px);
|
||||
/* BLur makes scroll no accesible */
|
||||
width: calc(100% - 10px); }
|
||||
|
||||
/*=========================================
|
||||
17. PRINT
|
||||
|
Reference in New Issue
Block a user