mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
fix(client): allows modal to grow when inner width exceeds container (#597)
Co-authored-by: Trim21 <trim21.me@gmail.com>
This commit is contained in:
@@ -162,7 +162,7 @@ $modal--tabs--padding--vertical--left: $modal--padding--horizontal;
|
||||
transition: transform $modal--transition--duration;
|
||||
transform: translate(-50%, 0);
|
||||
transform-origin: 50% 50%;
|
||||
width: 500px;
|
||||
min-width: 500px;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user