Made material drawer work better on iOS.
This commit is contained in:
parent
b850b82fe7
commit
1eedfe8abb
@ -29,7 +29,7 @@ class Drawer extends IgniteElement {
|
||||
mt-drawer.left > .container {
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
mt-drawer.right {
|
||||
@ -39,19 +39,19 @@ class Drawer extends IgniteElement {
|
||||
mt-drawer.right > .container {
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
mt-drawer.top > .container {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
mt-drawer.bottom > .container {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
mt-drawer > .container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user