mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix iframe height
This commit is contained in:
+5
-1
@@ -119,13 +119,17 @@
|
||||
<style lang="scss">
|
||||
.iframe-container {
|
||||
height: 100%;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
flex-grow: 1;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.frame-container iframe {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mobile-container {
|
||||
width: 400px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user