# Glide Desktop app for admin dashboard

**URL:** https://community.glideapps.com/t/glide-desktop-app-for-admin-dashboard/1764
**Category:** Ask for Help
**Created:** [November 7, 2019, 9:20am UTC](https://community.glideapps.com/t/glide-desktop-app-for-admin-dashboard/1764 "2019-11-07T09:20:20Z")
**Posts on this page:** 1
**Showing post:** 44

<div class="post-metadata">

### Author: ![Malcolm](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/malcolm/32/15063_2.png) [@Malcolm](https://community.glideapps.com/u/Malcolm)
#### Post date: [October 10, 2020, 9:02pm UTC](https://community.glideapps.com/t/glide-desktop-app-for-admin-dashboard/1764/44 "2020-10-10T21:02:31Z")

</div>

I can’t share a link to the page as it is a members only booking system. But I have attached an image.

It reformats to accommodate mobile devices (Android & iPad) and as I said, on an iPhone it formats correctly then, as it loads data, crashes the page.

The code is really simple:

.iframe-container { overflow: hidden; position: relative; } .iframe-container iframe { top: 0; border:1px solid #ccc; width: 80%; height: 900px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-bottom:20px; margin-top:20px; }

```
		<div class="iframe-container" align="center">
				<iframe src="https://xxxxx.glideapp.io/"></iframe>
			</div> 

```

The Glide App is also simple in that it doesn’t contain images or video.

 ![screen](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/4/465e2d1fd8a531501e847d12208a6b5112e1f758.png)

---

_[View the full topic](https://community.glideapps.com/t/glide-desktop-app-for-admin-dashboard/1764)._
